Class App
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
Properties
created_at
Declaration
[CanBeNull]
public string created_at { get; set; }
Property Value
delpoyid
Declaration
public int delpoyid { get; set; }
Property Value
deviceid
The ID of the device matching the device URN provided in the record.
Declaration
public long deviceid { get; set; }
Property Value
id
Declaration
public long id { get; set; }
Property Value
ownerid
The ID of the owner matching the owner URN provided in the record.
Declaration
public long ownerid { get; set; }
Property Value
signature
Declaration
[CanBeNull]
public string signature { get; set; }
Property Value
updated_at
Declaration
[CanBeNull]
public string updated_at { get; set; }
Property Value
Methods
ToJson(Boolean)
Declaration
protected override string ToJson(bool sending)
Parameters
Type |
Name |
Description |
Boolean |
sending |
|
Returns
Overrides
PKWARE.Smartcrypt.Protocol.BasePdu<PKWARE.Smartcrypt.Protocol.App>.ToJson(System.Boolean)
Implements