Show / Hide Table of Contents

Class Entitlement

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

Constructors

Entitlement(Entitlement)

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

Properties

created_at

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

display_name

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

email

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

entitlementname

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

entitlementvalue

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

expiration

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

id

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

participantid

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

signature

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

start_date

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

status

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

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

Implements

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