Class Xpid
Assembly: SmartcryptProtocol.dll
Syntax
public sealed class Xpid : BasePdu<Xpid>, IEquatable<Xpid>
Constructors
Xpid(Xpid)
Declaration
public Xpid([NotNull] Xpid other)
Parameters
Type |
Name |
Description |
Xpid |
other |
|
Fields
record
Declaration
[NotNull]
public readonly Xpid.Record record
Field Value
Properties
created_at
Declaration
[CanBeNull]
public string created_at { get; set; }
Property Value
homeId
Declaration
public long homeId { get; set; }
Property Value
homeServer
Declaration
[CanBeNull]
public string homeServer { get; set; }
Property Value
id
Declaration
public long id { get; set; }
Property Value
kind
Declaration
public int kind { get; set; }
Property Value
owning_team_id
Declaration
public int owning_team_id { 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.Xpid>.ToJson(System.Boolean)
Implements