Class AssetRelation
Represents asset relation data JSON
Inheritance
System.Object
AssetRelation
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Quark.CMSAdapters.QPP.Services.Data
Assembly: Quark.CMSAdapters.QPP.dll
Syntax
public class AssetRelation
Constructors
AssetRelation()
Declaration
public AssetRelation()
Properties
childAssetId
Declaration
public long childAssetId { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
childAssetVersion
Declaration
public AssetVersion childAssetVersion { get; set; }
Property Value
Type | Description |
---|---|
AssetVersion |
id
Declaration
public long id { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
lockedToChildVersion
Declaration
public bool lockedToChildVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
parentAssetId
Declaration
public long parentAssetId { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
relationAttributes
Declaration
public AttributeValue[] relationAttributes { get; set; }
Property Value
Type | Description |
---|---|
AttributeValue[] |
relationState
Declaration
public int relationState { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
relationTypeId
Declaration
public long relationTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |