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

Holder class for a group of results. It consists of a list of columns and values for that column. More...

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

Public Member Functions

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

Properties

List< string > Columns [get, set]
 The columns, or keys, for a particular group of results More...
 
List< ResultValueValues [get, set]
 The values for the list of results More...
 

Detailed Description

Holder class for a group of results. It consists of a list of columns and values for that column.

Constructor & Destructor Documentation

◆ GroupedResultOfAddressKey()

Lusid.Sdk.Model.GroupedResultOfAddressKey.GroupedResultOfAddressKey ( List< string >  columns = default(List<string>),
List< ResultValue values = default(List<ResultValue>) 
)
inline

Initializes a new instance of the GroupedResultOfAddressKey class.

Parameters
columnsThe columns, or keys, for a particular group of results.
valuesThe values for the list of results.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if GroupedResultOfAddressKey instances are equal

Parameters
inputInstance of GroupedResultOfAddressKey to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Columns

List<string> Lusid.Sdk.Model.GroupedResultOfAddressKey.Columns
getset

The columns, or keys, for a particular group of results

The columns, or keys, for a particular group of results

◆ Values

List<ResultValue> Lusid.Sdk.Model.GroupedResultOfAddressKey.Values
getset

The values for the list of results

The values for the list of results


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