Class Asset
Represents asset data JSON
Inheritance
System.Object
Asset
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 Asset
Constructors
Asset()
Declaration
public Asset()
Properties
assetId
Declaration
public long assetId { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
assetVersion
Declaration
public AssetVersion assetVersion { get; set; }
Property Value
Type | Description |
---|---|
AssetVersion |
attributeValues
Declaration
public AttributeValue[] attributeValues { get; set; }
Property Value
Type | Description |
---|---|
AttributeValue[] |