Class Asset.Record
Assembly: SmartcryptProtocol.dll
Syntax
public sealed class Record : BaseRecord
Properties
delete_by
Declaration
[CanBeNull]
public string delete_by { get; set; }
Property Value
name
Declaration
[CanBeNull]
public string name { get; set; }
Property Value
object_cookie
Declaration
[CanBeNull]
public string object_cookie { get; set; }
Property Value
object_kind
Declaration
[CanBeNull]
public string object_kind { get; set; }
Property Value
owner
The URN of the Identity that owns this Asset. 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
urn
Declaration
[CanBeNull]
public string urn { get; set; }
Property Value