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

GroupReconciliationAggregateComparisonRuleOperand More...

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

Public Member Functions

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

Protected Member Functions

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

Properties

string Key [get, set]
 The key of the value to compare More...
 
string Operation [get, set]
 What to do with the value pointed to by the key, e.g. Sum. Only "Value is allowed for core rules". Available values: Sum, Proportion, Average, Count, Min, Max, Value, SumOfPositiveValues, SumOfNegativeValues, SumOfAbsoluteValues, ProportionOfAbsoluteValues, SumCumulativeInAdvance, SumCumulativeInArrears. More...
 

Detailed Description

GroupReconciliationAggregateComparisonRuleOperand

Constructor & Destructor Documentation

◆ GroupReconciliationAggregateComparisonRuleOperand() [1/2]

Lusid.Sdk.Model.GroupReconciliationAggregateComparisonRuleOperand.GroupReconciliationAggregateComparisonRuleOperand ( )
inlineprotected

Initializes a new instance of the GroupReconciliationAggregateComparisonRuleOperand class.

◆ GroupReconciliationAggregateComparisonRuleOperand() [2/2]

Lusid.Sdk.Model.GroupReconciliationAggregateComparisonRuleOperand.GroupReconciliationAggregateComparisonRuleOperand ( string  key = default(string),
string  operation = default(string) 
)
inline

Initializes a new instance of the GroupReconciliationAggregateComparisonRuleOperand class.

Parameters
keyThe key of the value to compare (required).
operationWhat to do with the value pointed to by the key, e.g. Sum. Only "Value is allowed for core rules". Available values: Sum, Proportion, Average, Count, Min, Max, Value, SumOfPositiveValues, SumOfNegativeValues, SumOfAbsoluteValues, ProportionOfAbsoluteValues, SumCumulativeInAdvance, SumCumulativeInArrears. (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if GroupReconciliationAggregateComparisonRuleOperand instances are equal

Parameters
inputInstance of GroupReconciliationAggregateComparisonRuleOperand to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Key

string Lusid.Sdk.Model.GroupReconciliationAggregateComparisonRuleOperand.Key
getset

The key of the value to compare

The key of the value to compare

◆ Operation

string Lusid.Sdk.Model.GroupReconciliationAggregateComparisonRuleOperand.Operation
getset

What to do with the value pointed to by the key, e.g. Sum. Only "Value is allowed for core rules". Available values: Sum, Proportion, Average, Count, Min, Max, Value, SumOfPositiveValues, SumOfNegativeValues, SumOfAbsoluteValues, ProportionOfAbsoluteValues, SumCumulativeInAdvance, SumCumulativeInArrears.

What to do with the value pointed to by the key, e.g. Sum. Only "Value is allowed for core rules". Available values: Sum, Proportion, Average, Count, Min, Max, Value, SumOfPositiveValues, SumOfNegativeValues, SumOfAbsoluteValues, ProportionOfAbsoluteValues, SumCumulativeInAdvance, SumCumulativeInArrears.


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