Class AssetFeature.Record
Inheritance
AssetFeature.Record
Assembly: SmartcryptProtocol.dll
Syntax
public sealed class Record : BaseRecord
Properties
asset
The URN of the Asset associated with this Feature.
Declaration
[CanBeNull]
public string asset { get; set; }
Property Value
compatibility
Indicates how a client must behave when the Feature is encountered. See the associated constants for more details.
Declaration
[CanBeNull]
public string compatibility { get; set; }
Property Value
name
Declaration
[CanBeNull]
public string name { get; set; }
Property Value
owner
The URN of the Identity that owns this Feature. This will match a PID or XPID.
Declaration
[CanBeNull]
public string owner { get; set; }
Property Value
revision
Declaration
public int revision { get; set; }
Property Value
scope
Declaration
[CanBeNull]
public string scope { get; set; }
Property Value
value
Declaration
[CanBeNull]
public string value { get; set; }
Property Value