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

InvestmentPortfolioIdentifier More...

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

Public Member Functions

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

Protected Member Functions

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

Properties

string Key [get, set]
 A client-defined key used to identify the Investment Portfolio, unique within the Investment Account More...
 
string Scope [get, set]
 The scope of the Investment Portfolio. More...
 
Dictionary< string, string > Identifiers [get, set]
 The code identifier of the Investment Portfolio. More...
 

Detailed Description

InvestmentPortfolioIdentifier

Constructor & Destructor Documentation

◆ InvestmentPortfolioIdentifier() [1/2]

Lusid.Sdk.Model.InvestmentPortfolioIdentifier.InvestmentPortfolioIdentifier ( )
inlineprotected

Initializes a new instance of the InvestmentPortfolioIdentifier class.

◆ InvestmentPortfolioIdentifier() [2/2]

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

Initializes a new instance of the InvestmentPortfolioIdentifier class.

Parameters
keyA client-defined key used to identify the Investment Portfolio, unique within the Investment Account (required).
scopeThe scope of the Investment Portfolio. (required).
identifiersThe code identifier of the Investment Portfolio. (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if InvestmentPortfolioIdentifier instances are equal

Parameters
inputInstance of InvestmentPortfolioIdentifier to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Identifiers

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

The code identifier of the Investment Portfolio.

The code identifier of the Investment Portfolio.

◆ Key

string Lusid.Sdk.Model.InvestmentPortfolioIdentifier.Key
getset

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

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

◆ Scope

string Lusid.Sdk.Model.InvestmentPortfolioIdentifier.Scope
getset

The scope of the Investment Portfolio.

The scope of the Investment Portfolio.


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