Show / Hide Table of Contents

Class App

Inheritance
Object
BasePdu<App>
App
Implements
IEquatable<App>
Inherited Members
BasePdu<App>.ToJsonForMds()
BasePdu<App>.ToJsonForLocalStorage()
BasePdu<App>.Equals(App)
BasePdu<App>.Equals(Object)
BasePdu<App>.GetHashCode()
Object.Equals(Object, Object)
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: PKWARE.Smartcrypt.Protocol
Assembly: SmartcryptProtocol.dll
Syntax
public sealed class App : BasePdu<App>, IEquatable<App>

Constructors

App(App)

Declaration
public App([NotNull] App other)
Parameters
Type Name Description
App other

Fields

record

Declaration
[NotNull]
public readonly App.Record record
Field Value
Type Description
App.Record

Properties

created_at

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

delpoyid

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

deviceid

The ID of the device matching the device URN provided in the record.

Declaration
public long deviceid { get; set; }
Property Value
Type Description
Int64

id

Declaration
public long id { get; set; }
Property Value
Type Description
Int64

ownerid

The ID of the owner matching the owner URN provided in the record.

Declaration
public long ownerid { get; set; }
Property Value
Type Description
Int64

signature

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

updated_at

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

Methods

ToJson(Boolean)

Declaration
protected override string ToJson(bool sending)
Parameters
Type Name Description
Boolean sending
Returns
Type Description
String
Overrides
PKWARE.Smartcrypt.Protocol.BasePdu<PKWARE.Smartcrypt.Protocol.App>.ToJson(System.Boolean)

Implements

System.IEquatable<T>
Back to top Copyright © 2018 PKWARE, Inc.