Show / Hide Table of Contents

Class DataMemo

Inheritance
Object
BasePdu<DataMemo>
DataMemo
Implements
IEquatable<DataMemo>
Inherited Members
BasePdu<DataMemo>.ToJsonForMds()
BasePdu<DataMemo>.ToJsonForLocalStorage()
BasePdu<DataMemo>.Equals(DataMemo)
BasePdu<DataMemo>.Equals(Object)
BasePdu<DataMemo>.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 DataMemo : BasePdu<DataMemo>, IEquatable<DataMemo>

Constructors

DataMemo(DataMemo)

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

Fields

MemoKindDelete

The memo indicates an entity must be deleted.

Declaration
public const string MemoKindDelete = "delete"
Field Value
Type Description
String

Properties

entity_id

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

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
Type Description
String

id

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

memo_kind

Indicates how to respond to the memo.

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

recipient_kind

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

recipientid

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

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.DataMemo>.ToJson(System.Boolean)

Implements

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