Class IdentityParty
Inheritance
System.Object
IdentityParty
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public class IdentityParty
Constructors
IdentityParty(Int32, IdentityParty.IdentifierType)
Initializes a new instance of the IdentityParty class.
Declaration
public IdentityParty(int party, IdentityParty.IdentifierType type)
Parameters
System.Int32
party
Party. |
IdentityParty.IdentifierType
type
Type. |
Properties
Party
The actual party msisdn, till or shortcode.
Declaration
public int Party { get; }
Property Value
System.Int32
|
Type
The type.
Declaration
public IdentityParty.IdentifierType Type { get; }
Property Value
IdentityParty.IdentifierType
|