LUSID C# SDK
Public Member Functions | Protected Member Functions | Properties | List of all members
Lusid.Sdk.Model.AccountHolderIdentifier Class Reference

AccountHolderIdentifier More...

Inheritance diagram for Lusid.Sdk.Model.AccountHolderIdentifier:
Inheritance graph
[legend]

Public Member Functions

 AccountHolderIdentifier (string key=default(string), string scope=default(string), Dictionary< string, string > identifiers=default(Dictionary< string, string >))
 Initializes a new instance of the AccountHolderIdentifier class. More...
 
override string ToString ()
 Returns the string presentation of the object More...
 
virtual string ToJson ()
 Returns the JSON string presentation of the object More...
 
override bool Equals (object input)
 Returns true if objects are equal More...
 
bool Equals (AccountHolderIdentifier input)
 Returns true if AccountHolderIdentifier instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

 AccountHolderIdentifier ()
 Initializes a new instance of the AccountHolderIdentifier class. More...
 

Properties

string Key [get, set]
 A client-defined key used to identify the Account Holder, unique within the Investment Account More...
 
string Scope [get, set]
 The scope in which the Investor Record lies. More...
 
Dictionary< string, string > Identifiers [get, set]
 Single Account Holder identifier that should target the desired Investor Record. More...
 

Detailed Description

AccountHolderIdentifier

Constructor & Destructor Documentation

◆ AccountHolderIdentifier() [1/2]

Lusid.Sdk.Model.AccountHolderIdentifier.AccountHolderIdentifier ( )
inlineprotected

Initializes a new instance of the AccountHolderIdentifier class.

◆ AccountHolderIdentifier() [2/2]

Lusid.Sdk.Model.AccountHolderIdentifier.AccountHolderIdentifier ( string  key = default(string),
string  scope = default(string),
Dictionary< string, string >  identifiers = default(Dictionary<string, string>) 
)
inline

Initializes a new instance of the AccountHolderIdentifier class.

Parameters
keyA client-defined key used to identify the Account Holder, unique within the Investment Account (required).
scopeThe scope in which the Investor Record lies. (required).
identifiersSingle Account Holder identifier that should target the desired Investor Record. (required).

Member Function Documentation

◆ Equals() [1/2]

bool Lusid.Sdk.Model.AccountHolderIdentifier.Equals ( AccountHolderIdentifier  input)
inline

Returns true if AccountHolderIdentifier instances are equal

Parameters
inputInstance of AccountHolderIdentifier to be compared
Returns
Boolean

◆ Equals() [2/2]

override bool Lusid.Sdk.Model.AccountHolderIdentifier.Equals ( object  input)
inline

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

override int Lusid.Sdk.Model.AccountHolderIdentifier.GetHashCode ( )
inline

Gets the hash code

Returns
Hash code

◆ ToJson()

virtual string Lusid.Sdk.Model.AccountHolderIdentifier.ToJson ( )
inlinevirtual

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

override string Lusid.Sdk.Model.AccountHolderIdentifier.ToString ( )
inline

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Identifiers

Dictionary<string, string> Lusid.Sdk.Model.AccountHolderIdentifier.Identifiers
getset

Single Account Holder identifier that should target the desired Investor Record.

Single Account Holder identifier that should target the desired Investor Record.

◆ Key

string Lusid.Sdk.Model.AccountHolderIdentifier.Key
getset

A client-defined key used to identify the Account Holder, unique within the Investment Account

A client-defined key used to identify the Account Holder, unique within the Investment Account

◆ Scope

string Lusid.Sdk.Model.AccountHolderIdentifier.Scope
getset

The scope in which the Investor Record lies.

The scope in which the Investor Record lies.


The documentation for this class was generated from the following file: