Show / Hide Table of Contents

Class App.Record

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

device

The device URN.

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

name

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

owner

The owner URN.

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

revision

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

version

Declaration
[CanBeNull]
public string version { get; set; }
Property Value
Type Description
String
In This Article
  • Properties
    • device
    • name
    • owner
    • revision
    • version
Back to top Copyright © 2018 PKWARE, Inc.