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

ListAggregationReconciliation More...

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

Public Member Functions

 ListAggregationReconciliation (ListAggregationResponse left=default(ListAggregationResponse), ListAggregationResponse right=default(ListAggregationResponse), List< Dictionary< string, Object >> diff=default(List< Dictionary< string, Object >>), ResultDataSchema dataSchema=default(ResultDataSchema))
 Initializes a new instance of the ListAggregationReconciliation 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 (ListAggregationReconciliation input)
 Returns true if ListAggregationReconciliation instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Properties

ListAggregationResponse Left [get, set]
 Gets or Sets Left More...
 
ListAggregationResponse Right [get, set]
 Gets or Sets Right More...
 
List< Dictionary< string, Object > > Diff [get, set]
 Gets or Sets Diff More...
 
ResultDataSchema DataSchema [get, set]
 Gets or Sets DataSchema More...
 

Detailed Description

ListAggregationReconciliation

Constructor & Destructor Documentation

◆ ListAggregationReconciliation()

Lusid.Sdk.Model.ListAggregationReconciliation.ListAggregationReconciliation ( ListAggregationResponse  left = default(ListAggregationResponse),
ListAggregationResponse  right = default(ListAggregationResponse),
List< Dictionary< string, Object >>  diff = default(List<Dictionary<string, Object>>),
ResultDataSchema  dataSchema = default(ResultDataSchema) 
)
inline

Initializes a new instance of the ListAggregationReconciliation class.

Parameters
leftleft.
rightright.
diffdiff.
dataSchemadataSchema.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if ListAggregationReconciliation instances are equal

Parameters
inputInstance of ListAggregationReconciliation to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ DataSchema

ResultDataSchema Lusid.Sdk.Model.ListAggregationReconciliation.DataSchema
getset

Gets or Sets DataSchema

◆ Diff

List<Dictionary<string, Object> > Lusid.Sdk.Model.ListAggregationReconciliation.Diff
getset

Gets or Sets Diff

◆ Left

ListAggregationResponse Lusid.Sdk.Model.ListAggregationReconciliation.Left
getset

Gets or Sets Left

◆ Right

ListAggregationResponse Lusid.Sdk.Model.ListAggregationReconciliation.Right
getset

Gets or Sets Right


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