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

Identification of an Investor on the LUSID API. More...

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

Public Member Functions

 InvestorIdentifier (string investorType=default(string), Dictionary< string, string > identifiers=default(Dictionary< string, string >))
 Initializes a new instance of the InvestorIdentifier 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 (InvestorIdentifier input)
 Returns true if InvestorIdentifier instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

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

Properties

string InvestorType [get, set]
 The type of the investor of the Investor Record. Available values: Person, LegalEntity, Nominee. More...
 
Dictionary< string, string > Identifiers [get, set]
 Single identifier that should target the desired person or legal entity More...
 

Detailed Description

Identification of an Investor on the LUSID API.

Constructor & Destructor Documentation

◆ InvestorIdentifier() [1/2]

Lusid.Sdk.Model.InvestorIdentifier.InvestorIdentifier ( )
inlineprotected

Initializes a new instance of the InvestorIdentifier class.

◆ InvestorIdentifier() [2/2]

Lusid.Sdk.Model.InvestorIdentifier.InvestorIdentifier ( string  investorType = default(string),
Dictionary< string, string >  identifiers = default(Dictionary<string, string>) 
)
inline

Initializes a new instance of the InvestorIdentifier class.

Parameters
investorTypeThe type of the investor of the Investor Record. Available values: Person, LegalEntity, Nominee. (required).
identifiersSingle identifier that should target the desired person or legal entity.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if InvestorIdentifier instances are equal

Parameters
inputInstance of InvestorIdentifier to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Identifiers

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

Single identifier that should target the desired person or legal entity

Single identifier that should target the desired person or legal entity

◆ InvestorType

string Lusid.Sdk.Model.InvestorIdentifier.InvestorType
getset

The type of the investor of the Investor Record. Available values: Person, LegalEntity, Nominee.

The type of the investor of the Investor Record. Available values: Person, LegalEntity, Nominee.


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