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

CompositeBreakdownResponse More...

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

Public Member Functions

 CompositeBreakdownResponse (string href=default(string), Dictionary< string, List< CompositeBreakdown >> results=default(Dictionary< string, List< CompositeBreakdown >>), List< Link > links=default(List< Link >))
 Initializes a new instance of the CompositeBreakdownResponse 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 (CompositeBreakdownResponse input)
 Returns true if CompositeBreakdownResponse instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

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

Properties

string Href [get, set]
 The specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime. More...
 
Dictionary< string, List< CompositeBreakdown > > Results [get, set]
 The Composite calculation with the constituens which were included. More...
 
List< LinkLinks [get, set]
 Gets or Sets Links More...
 

Detailed Description

CompositeBreakdownResponse

Constructor & Destructor Documentation

◆ CompositeBreakdownResponse() [1/2]

Lusid.Sdk.Model.CompositeBreakdownResponse.CompositeBreakdownResponse ( )
inlineprotected

Initializes a new instance of the CompositeBreakdownResponse class.

◆ CompositeBreakdownResponse() [2/2]

Lusid.Sdk.Model.CompositeBreakdownResponse.CompositeBreakdownResponse ( string  href = default(string),
Dictionary< string, List< CompositeBreakdown >>  results = default(Dictionary<string, List<CompositeBreakdown>>),
List< Link links = default(List<Link>) 
)
inline

Initializes a new instance of the CompositeBreakdownResponse class.

Parameters
hrefThe specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime..
resultsThe Composite calculation with the constituens which were included. (required).
linkslinks.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if CompositeBreakdownResponse instances are equal

Parameters
inputInstance of CompositeBreakdownResponse to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Href

string Lusid.Sdk.Model.CompositeBreakdownResponse.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.

◆ Links

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

Gets or Sets Links

◆ Results

Dictionary<string, List<CompositeBreakdown> > Lusid.Sdk.Model.CompositeBreakdownResponse.Results
getset

The Composite calculation with the constituens which were included.

The Composite calculation with the constituens which were included.


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