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

PortfolioEntityIdWithDetails More...

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

Public Member Functions

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

Protected Member Functions

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

Properties

string DisplayName [get, set]
 Gets or Sets DisplayName More...
 
string Description [get, set]
 Gets or Sets Description More...
 
string Scope [get, set]
 The scope within which the portfolio or portfolio group lives. More...
 
string Code [get, set]
 Portfolio name or code. More...
 
string PortfolioEntityType [get, set]
 String identifier for portfolio e.g. "SinglePortfolio" and "GroupPortfolio". If not specified, it is assumed to be a single portfolio. Available values: SinglePortfolio, GroupPortfolio. More...
 

Detailed Description

PortfolioEntityIdWithDetails

Constructor & Destructor Documentation

◆ PortfolioEntityIdWithDetails() [1/2]

Lusid.Sdk.Model.PortfolioEntityIdWithDetails.PortfolioEntityIdWithDetails ( )
inlineprotected

Initializes a new instance of the PortfolioEntityIdWithDetails class.

◆ PortfolioEntityIdWithDetails() [2/2]

Lusid.Sdk.Model.PortfolioEntityIdWithDetails.PortfolioEntityIdWithDetails ( string  displayName = default(string),
string  description = default(string),
string  scope = default(string),
string  code = default(string),
string  portfolioEntityType = default(string) 
)
inline

Initializes a new instance of the PortfolioEntityIdWithDetails class.

Parameters
displayNamedisplayName.
descriptiondescription.
scopeThe scope within which the portfolio or portfolio group lives. (required).
codePortfolio name or code. (required).
portfolioEntityTypeString identifier for portfolio e.g. "SinglePortfolio" and "GroupPortfolio". If not specified, it is assumed to be a single portfolio. Available values: SinglePortfolio, GroupPortfolio..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if PortfolioEntityIdWithDetails instances are equal

Parameters
inputInstance of PortfolioEntityIdWithDetails to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Code

string Lusid.Sdk.Model.PortfolioEntityIdWithDetails.Code
getset

Portfolio name or code.

Portfolio name or code.

◆ Description

string Lusid.Sdk.Model.PortfolioEntityIdWithDetails.Description
getset

Gets or Sets Description

◆ DisplayName

string Lusid.Sdk.Model.PortfolioEntityIdWithDetails.DisplayName
getset

Gets or Sets DisplayName

◆ PortfolioEntityType

string Lusid.Sdk.Model.PortfolioEntityIdWithDetails.PortfolioEntityType
getset

String identifier for portfolio e.g. "SinglePortfolio" and "GroupPortfolio". If not specified, it is assumed to be a single portfolio. Available values: SinglePortfolio, GroupPortfolio.

String identifier for portfolio e.g. "SinglePortfolio" and "GroupPortfolio". If not specified, it is assumed to be a single portfolio. Available values: SinglePortfolio, GroupPortfolio.

◆ Scope

string Lusid.Sdk.Model.PortfolioEntityIdWithDetails.Scope
getset

The scope within which the portfolio or portfolio group lives.

The scope within which the portfolio or portfolio group lives.


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