Class DataMemo
Assembly: SmartcryptProtocol.dll
Syntax
public sealed class DataMemo : BasePdu<DataMemo>, IEquatable<DataMemo>
Constructors
DataMemo(DataMemo)
Declaration
public DataMemo([NotNull] DataMemo other)
Parameters
Fields
MemoKindDelete
The memo indicates an entity must be deleted.
Declaration
public const string MemoKindDelete = "delete"
Field Value
Properties
entity_id
Declaration
public long entity_id { get; set; }
Property Value
entity_kind
Which type of entity must be acted upon. The values here match the stems of the entities themselves.
Declaration
[CanBeNull]
public string entity_kind { get; set; }
Property Value
id
Declaration
public long id { get; set; }
Property Value
memo_kind
Indicates how to respond to the memo.
Declaration
[CanBeNull]
public string memo_kind { get; set; }
Property Value
recipient_kind
Declaration
[CanBeNull]
public string recipient_kind { get; set; }
Property Value
recipientid
Declaration
public long recipientid { 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.DataMemo>.ToJson(System.Boolean)
Implements