Show / Hide Table of Contents

Class Device.Record

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

name

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

owner

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

owner_disabled

Declaration
public bool owner_disabled { get; set; }
Property Value
Type Description
Boolean

platform_subtype

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

platform_type

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

platform_version

Declaration
[CanBeNull]
public string platform_version { 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.