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

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

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

Public Member Functions

 InvestorRecord (string scope=default(string), Dictionary< string, Property > identifiers=default(Dictionary< string, Property >), string displayName=default(string), string description=default(string), Investor investor=default(Investor), string lusidInvestorRecordId=default(string), Dictionary< string, Property > properties=default(Dictionary< string, Property >), List< Relationship > relationships=default(List< Relationship >), string href=default(string), ModelVersion varVersion=default(ModelVersion), List< Link > links=default(List< Link >))
 Initializes a new instance of the InvestorRecord 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 (InvestorRecord input)
 Returns true if InvestorRecord instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Properties

string Scope [get, set]
 The scope in which the Investor Record lies. More...
 
Dictionary< string, PropertyIdentifiers [get, set]
 Unique client-defined identifiers of the Investor Record. More...
 
string DisplayName [get, set]
 The display name of the Investor Record More...
 
string Description [get, set]
 The description of the Investor Record More...
 
Investor Investor [get, set]
 Gets or Sets Investor More...
 
string LusidInvestorRecordId [get, set]
 The unique LUSID Investor Record Identifier of the Investor Record. More...
 
Dictionary< string, PropertyProperties [get, set]
 A set of properties associated to the Investor Record. More...
 
List< RelationshipRelationships [get, set]
 A set of relationships associated to the Investor Record. More...
 
string Href [get, set]
 The specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime. More...
 
ModelVersion VarVersion [get, set]
 Gets or Sets VarVersion More...
 
List< LinkLinks [get, set]
 Gets or Sets Links More...
 

Detailed Description

Representation of an Investor Record on the LUSID API

Constructor & Destructor Documentation

◆ InvestorRecord()

Lusid.Sdk.Model.InvestorRecord.InvestorRecord ( string  scope = default(string),
Dictionary< string, Property identifiers = default(Dictionary<string, Property>),
string  displayName = default(string),
string  description = default(string),
Investor  investor = default(Investor),
string  lusidInvestorRecordId = default(string),
Dictionary< string, Property properties = default(Dictionary<string, Property>),
List< Relationship relationships = default(List<Relationship>),
string  href = default(string),
ModelVersion  varVersion = default(ModelVersion),
List< Link links = default(List<Link>) 
)
inline

Initializes a new instance of the InvestorRecord class.

Parameters
scopeThe scope in which the Investor Record lies..
identifiersUnique client-defined identifiers of the Investor Record..
displayNameThe display name of the Investor Record.
descriptionThe description of the Investor Record.
investorinvestor.
lusidInvestorRecordIdThe unique LUSID Investor Record Identifier of the Investor Record..
propertiesA set of properties associated to the Investor Record..
relationshipsA set of relationships associated to the Investor Record..
hrefThe specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime..
varVersionvarVersion.
linkslinks.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if InvestorRecord instances are equal

Parameters
inputInstance of InvestorRecord to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Description

string Lusid.Sdk.Model.InvestorRecord.Description
getset

The description of the Investor Record

The description of the Investor Record

◆ DisplayName

string Lusid.Sdk.Model.InvestorRecord.DisplayName
getset

The display name of the Investor Record

The display name of the Investor Record

◆ Href

string Lusid.Sdk.Model.InvestorRecord.Href
getset

The specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime.

The specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime.

◆ Identifiers

Dictionary<string, Property> Lusid.Sdk.Model.InvestorRecord.Identifiers
getset

Unique client-defined identifiers of the Investor Record.

Unique client-defined identifiers of the Investor Record.

◆ Investor

Investor Lusid.Sdk.Model.InvestorRecord.Investor
getset

Gets or Sets Investor

◆ Links

List<Link> Lusid.Sdk.Model.InvestorRecord.Links
getset

Gets or Sets Links

◆ LusidInvestorRecordId

string Lusid.Sdk.Model.InvestorRecord.LusidInvestorRecordId
getset

The unique LUSID Investor Record Identifier of the Investor Record.

The unique LUSID Investor Record Identifier of the Investor Record.

◆ Properties

Dictionary<string, Property> Lusid.Sdk.Model.InvestorRecord.Properties
getset

A set of properties associated to the Investor Record.

A set of properties associated to the Investor Record.

◆ Relationships

List<Relationship> Lusid.Sdk.Model.InvestorRecord.Relationships
getset

A set of relationships associated to the Investor Record.

A set of relationships associated to the Investor Record.

◆ Scope

string Lusid.Sdk.Model.InvestorRecord.Scope
getset

The scope in which the Investor Record lies.

The scope in which the Investor Record lies.

◆ VarVersion

ModelVersion Lusid.Sdk.Model.InvestorRecord.VarVersion
getset

Gets or Sets VarVersion


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