Show / Hide Table of Contents

Class AppData.Record

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

kind

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

value

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