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

GroupReconciliationAggregateAttributeValues More...

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

Public Member Functions

 GroupReconciliationAggregateAttributeValues (List< ComparisonAttributeValuePair > leftAggregateAttributes=default(List< ComparisonAttributeValuePair >), List< ComparisonAttributeValuePair > rightAggregateAttributes=default(List< ComparisonAttributeValuePair >))
 Initializes a new instance of the GroupReconciliationAggregateAttributeValues 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 (GroupReconciliationAggregateAttributeValues input)
 Returns true if GroupReconciliationAggregateAttributeValues instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

 GroupReconciliationAggregateAttributeValues ()
 Initializes a new instance of the GroupReconciliationAggregateAttributeValues class. More...
 

Properties

List< ComparisonAttributeValuePairLeftAggregateAttributes [get, set]
 Aggregate attribute names and values for the left hand entity being reconciled. More...
 
List< ComparisonAttributeValuePairRightAggregateAttributes [get, set]
 Aggregate attribute names and values for the right hand entity being reconciled. More...
 

Detailed Description

GroupReconciliationAggregateAttributeValues

Constructor & Destructor Documentation

◆ GroupReconciliationAggregateAttributeValues() [1/2]

Lusid.Sdk.Model.GroupReconciliationAggregateAttributeValues.GroupReconciliationAggregateAttributeValues ( )
inlineprotected

Initializes a new instance of the GroupReconciliationAggregateAttributeValues class.

◆ GroupReconciliationAggregateAttributeValues() [2/2]

Lusid.Sdk.Model.GroupReconciliationAggregateAttributeValues.GroupReconciliationAggregateAttributeValues ( List< ComparisonAttributeValuePair leftAggregateAttributes = default(List<ComparisonAttributeValuePair>),
List< ComparisonAttributeValuePair rightAggregateAttributes = default(List<ComparisonAttributeValuePair>) 
)
inline

Initializes a new instance of the GroupReconciliationAggregateAttributeValues class.

Parameters
leftAggregateAttributesAggregate attribute names and values for the left hand entity being reconciled. (required).
rightAggregateAttributesAggregate attribute names and values for the right hand entity being reconciled. (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if GroupReconciliationAggregateAttributeValues instances are equal

Parameters
inputInstance of GroupReconciliationAggregateAttributeValues to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ LeftAggregateAttributes

List<ComparisonAttributeValuePair> Lusid.Sdk.Model.GroupReconciliationAggregateAttributeValues.LeftAggregateAttributes
getset

Aggregate attribute names and values for the left hand entity being reconciled.

Aggregate attribute names and values for the left hand entity being reconciled.

◆ RightAggregateAttributes

List<ComparisonAttributeValuePair> Lusid.Sdk.Model.GroupReconciliationAggregateAttributeValues.RightAggregateAttributes
getset

Aggregate attribute names and values for the right hand entity being reconciled.

Aggregate attribute names and values for the right hand entity being reconciled.


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