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

ActionResultOfPortfolio More...

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

Public Member Functions

 ActionResultOfPortfolio (Object result=default(Object), Portfolio value=default(Portfolio))
 Initializes a new instance of the ActionResultOfPortfolio 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 (ActionResultOfPortfolio input)
 Returns true if ActionResultOfPortfolio instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Properties

Object Result [get, set]
 Gets or Sets Result More...
 
Portfolio Value [get, set]
 Gets or Sets Value More...
 

Detailed Description

ActionResultOfPortfolio

Constructor & Destructor Documentation

◆ ActionResultOfPortfolio()

Lusid.Sdk.Model.ActionResultOfPortfolio.ActionResultOfPortfolio ( Object  result = default(Object),
Portfolio  value = default(Portfolio) 
)
inline

Initializes a new instance of the ActionResultOfPortfolio class.

Parameters
resultresult.
valuevalue.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if ActionResultOfPortfolio instances are equal

Parameters
inputInstance of ActionResultOfPortfolio to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Result

Object Lusid.Sdk.Model.ActionResultOfPortfolio.Result
getset

Gets or Sets Result

◆ Value

Portfolio Lusid.Sdk.Model.ActionResultOfPortfolio.Value
getset

Gets or Sets Value


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