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

UpdatePortfolioRequest More...

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

Public Member Functions

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

Protected Member Functions

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

Properties

string DisplayName [get, set]
 The name of the transaction portfolio. More...
 
string Description [get, set]
 The description of the transaction portfolio. More...
 

Detailed Description

UpdatePortfolioRequest

Constructor & Destructor Documentation

◆ UpdatePortfolioRequest() [1/2]

Lusid.Sdk.Model.UpdatePortfolioRequest.UpdatePortfolioRequest ( )
inlineprotected

Initializes a new instance of the UpdatePortfolioRequest class.

◆ UpdatePortfolioRequest() [2/2]

Lusid.Sdk.Model.UpdatePortfolioRequest.UpdatePortfolioRequest ( string  displayName = default(string),
string  description = default(string) 
)
inline

Initializes a new instance of the UpdatePortfolioRequest class.

Parameters
displayNameThe name of the transaction portfolio. (required).
descriptionThe description of the transaction portfolio..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if UpdatePortfolioRequest instances are equal

Parameters
inputInstance of UpdatePortfolioRequest to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Description

string Lusid.Sdk.Model.UpdatePortfolioRequest.Description
getset

The description of the transaction portfolio.

The description of the transaction portfolio.

◆ DisplayName

string Lusid.Sdk.Model.UpdatePortfolioRequest.DisplayName
getset

The name of the transaction portfolio.

The name of the transaction portfolio.


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