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

Rows identified by the composite id, based on the data maps More...

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

Public Member Functions

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

Properties

Dictionary< string, string > RowId [get, set]
 The identifier for the row. This is keyed by address keys, and values obtained through applying the data map to the documents. More...
 
Dictionary< string, ResultValueRowData [get, set]
 The data for the particular row More...
 

Detailed Description

Rows identified by the composite id, based on the data maps

Constructor & Destructor Documentation

◆ VirtualRow()

Lusid.Sdk.Model.VirtualRow.VirtualRow ( Dictionary< string, string >  rowId = default(Dictionary<string, string>),
Dictionary< string, ResultValue rowData = default(Dictionary<string, ResultValue>) 
)
inline

Initializes a new instance of the VirtualRow class.

Parameters
rowIdThe identifier for the row. This is keyed by address keys, and values obtained through applying the data map to the documents..
rowDataThe data for the particular row.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if VirtualRow instances are equal

Parameters
inputInstance of VirtualRow to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ RowData

Dictionary<string, ResultValue> Lusid.Sdk.Model.VirtualRow.RowData
getset

The data for the particular row

The data for the particular row

◆ RowId

Dictionary<string, string> Lusid.Sdk.Model.VirtualRow.RowId
getset

The identifier for the row. This is keyed by address keys, and values obtained through applying the data map to the documents.

The identifier for the row. This is keyed by address keys, and values obtained through applying the data map to the documents.


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