Class Entitlement
Assembly: SmartcryptProtocol.dll
Syntax
public sealed class Entitlement : BasePdu<Entitlement>, IEquatable<Entitlement>
Constructors
Entitlement(Entitlement)
Declaration
public Entitlement([NotNull] Entitlement other)
Parameters
Properties
created_at
Declaration
[CanBeNull]
public string created_at { get; set; }
Property Value
display_name
Declaration
[CanBeNull]
public string display_name { get; set; }
Property Value
email
Declaration
[CanBeNull]
public string email { get; set; }
Property Value
entitlementname
Declaration
[CanBeNull]
public string entitlementname { get; set; }
Property Value
entitlementvalue
Declaration
[CanBeNull]
public string entitlementvalue { get; set; }
Property Value
expiration
Declaration
[CanBeNull]
public string expiration { get; set; }
Property Value
id
Declaration
public long id { get; set; }
Property Value
participantid
Declaration
public long participantid { get; set; }
Property Value
signature
Declaration
[CanBeNull]
public string signature { get; set; }
Property Value
start_date
Declaration
[CanBeNull]
public string start_date { get; set; }
Property Value
status
Declaration
[CanBeNull]
public string status { 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.Entitlement>.ToJson(System.Boolean)
Implements