Show / Hide Table of Contents

Class Asset.Record

Inheritance
Object
BaseRecord
Asset.Record
Inherited Members
BaseRecord.Json
BaseRecord.SetOrDelete(String, String)
BaseRecord.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Namespace: PKWARE.Smartcrypt.Protocol
Assembly: SmartcryptProtocol.dll
Syntax
public sealed class Record : BaseRecord

Properties

delete_by

Declaration
[CanBeNull]
public string delete_by { get; set; }
Property Value
Type Description
String

name

Declaration
[CanBeNull]
public string name { get; set; }
Property Value
Type Description
String

object_cookie

Declaration
[CanBeNull]
public string object_cookie { get; set; }
Property Value
Type Description
String

object_kind

Declaration
[CanBeNull]
public string object_kind { get; set; }
Property Value
Type Description
String

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
Type Description
String

revision

Declaration
public int revision { get; set; }
Property Value
Type Description
Int32

urn

Declaration
[CanBeNull]
public string urn { get; set; }
Property Value
Type Description
String
Back to top Copyright © 2018 PKWARE, Inc.