|
LUSID C# SDK
|
Holder class for a group of results. It consists of a list of columns and values for that column. More...

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< ResultValue > | Values [get, set] |
| The values for the list of results More... | |
Holder class for a group of results. It consists of a list of columns and values for that column.
|
inline |
Initializes a new instance of the GroupedResultOfAddressKey class.
| columns | The columns, or keys, for a particular group of results. |
| values | The values for the list of results. |
|
inline |
Returns true if GroupedResultOfAddressKey instances are equal
| input | Instance of GroupedResultOfAddressKey to be compared |
|
inline |
Returns true if objects are equal
| input | Object to be compared |
|
inline |
Gets the hash code
|
inlinevirtual |
Returns the JSON string presentation of the object
|
inline |
Returns the string presentation of the object
|
getset |
The columns, or keys, for a particular group of results
The columns, or keys, for a particular group of results
|
getset |
The values for the list of results
The values for the list of results