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

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

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

Public Member Functions

 VirtualDocumentRow (Dictionary< string, string > rowId=default(Dictionary< string, string >), GroupedResultOfAddressKey rowData=default(GroupedResultOfAddressKey))
 Initializes a new instance of the VirtualDocumentRow 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 (VirtualDocumentRow input)
 Returns true if VirtualDocumentRow 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...
 
GroupedResultOfAddressKey RowData [get, set]
 Gets or Sets RowData More...
 

Detailed Description

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

Constructor & Destructor Documentation

◆ VirtualDocumentRow()

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

Initializes a new instance of the VirtualDocumentRow class.

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

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if VirtualDocumentRow instances are equal

Parameters
inputInstance of VirtualDocumentRow to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ RowData

GroupedResultOfAddressKey Lusid.Sdk.Model.VirtualDocumentRow.RowData
getset

Gets or Sets RowData

◆ RowId

Dictionary<string, string> Lusid.Sdk.Model.VirtualDocumentRow.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: