Show / Hide Table of Contents

Class AssetFeature.Record

Inheritance
Object
BaseRecord
AssetFeature.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

asset

The URN of the Asset associated with this Feature.

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

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

name

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

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

revision

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

scope

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

value

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