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

An Account Holder of an Investment Account. More...

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

Public Member Functions

 AccountHolder (string key=default(string), string scope=default(string), Dictionary< string, string > identifiers=default(Dictionary< string, string >), string entityUniqueId=default(string), InvestorRecord investorRecord=default(InvestorRecord))
 Initializes a new instance of the AccountHolder 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 (AccountHolder input)
 Returns true if AccountHolder instances are equal More...
 
override int GetHashCode ()
 Gets the hash code 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...
 
string EntityUniqueId [get, set]
 The unique InvestorRecord entity identifier More...
 
InvestorRecord InvestorRecord [get, set]
 Gets or Sets InvestorRecord More...
 

Detailed Description

An Account Holder of an Investment Account.

Constructor & Destructor Documentation

◆ AccountHolder()

Lusid.Sdk.Model.AccountHolder.AccountHolder ( string  key = default(string),
string  scope = default(string),
Dictionary< string, string >  identifiers = default(Dictionary<string, string>),
string  entityUniqueId = default(string),
InvestorRecord  investorRecord = default(InvestorRecord) 
)
inline

Initializes a new instance of the AccountHolder class.

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

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if AccountHolder instances are equal

Parameters
inputInstance of AccountHolder to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ EntityUniqueId

string Lusid.Sdk.Model.AccountHolder.EntityUniqueId
getset

The unique InvestorRecord entity identifier

The unique InvestorRecord entity identifier

◆ Identifiers

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

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

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

◆ InvestorRecord

InvestorRecord Lusid.Sdk.Model.AccountHolder.InvestorRecord
getset

Gets or Sets InvestorRecord

◆ Key

string Lusid.Sdk.Model.AccountHolder.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.AccountHolder.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: