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

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

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

Public Member Functions

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

Properties

string InvestorType [get, set]
 The type of the Investor More...
 
Dictionary< string, string > Identifiers [get, set]
 The identifiers of the Investor More...
 
string EntityUniqueId [get, set]
 The unique Investor entity identifier More...
 
Person Person [get, set]
 Gets or Sets Person More...
 
LegalEntity LegalEntity [get, set]
 Gets or Sets LegalEntity More...
 

Detailed Description

Representation of an Investor on the LUSID API

Constructor & Destructor Documentation

◆ Investor()

Lusid.Sdk.Model.Investor.Investor ( string  investorType = default(string),
Dictionary< string, string >  identifiers = default(Dictionary<string, string>),
string  entityUniqueId = default(string),
Person  person = default(Person),
LegalEntity  legalEntity = default(LegalEntity) 
)
inline

Initializes a new instance of the Investor class.

Parameters
investorTypeThe type of the Investor.
identifiersThe identifiers of the Investor.
entityUniqueIdThe unique Investor entity identifier.
personperson.
legalEntitylegalEntity.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if Investor instances are equal

Parameters
inputInstance of Investor to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ EntityUniqueId

string Lusid.Sdk.Model.Investor.EntityUniqueId
getset

The unique Investor entity identifier

The unique Investor entity identifier

◆ Identifiers

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

The identifiers of the Investor

The identifiers of the Investor

◆ InvestorType

string Lusid.Sdk.Model.Investor.InvestorType
getset

The type of the Investor

The type of the Investor

◆ LegalEntity

LegalEntity Lusid.Sdk.Model.Investor.LegalEntity
getset

Gets or Sets LegalEntity

◆ Person

Person Lusid.Sdk.Model.Investor.Person
getset

Gets or Sets Person


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