Show / Hide Table of Contents

Class ContingencyGroup

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

Constructors

ContingencyGroup(ContingencyGroup)

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

Fields

record

Declaration
[NotNull]
public readonly ContingencyGroup.Record record
Field Value
Type Description
ContingencyGroup.Record

Properties

caid

The ID of the Contingency Association for this group.

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

created_at

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

id

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

signature

Declaration
[CanBeNull]
public string signature { 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.ContingencyGroup>.ToJson(System.Boolean)

Implements

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