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

GroupReconciliationCoreComparisonRuleOperand More...

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

Public Member Functions

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

Protected Member Functions

 GroupReconciliationCoreComparisonRuleOperand ()
 Initializes a new instance of the GroupReconciliationCoreComparisonRuleOperand 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: Value. More...
 

Detailed Description

GroupReconciliationCoreComparisonRuleOperand

Constructor & Destructor Documentation

◆ GroupReconciliationCoreComparisonRuleOperand() [1/2]

Lusid.Sdk.Model.GroupReconciliationCoreComparisonRuleOperand.GroupReconciliationCoreComparisonRuleOperand ( )
inlineprotected

Initializes a new instance of the GroupReconciliationCoreComparisonRuleOperand class.

◆ GroupReconciliationCoreComparisonRuleOperand() [2/2]

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

Initializes a new instance of the GroupReconciliationCoreComparisonRuleOperand 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: Value. (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if GroupReconciliationCoreComparisonRuleOperand instances are equal

Parameters
inputInstance of GroupReconciliationCoreComparisonRuleOperand to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Key

string Lusid.Sdk.Model.GroupReconciliationCoreComparisonRuleOperand.Key
getset

The key of the value to compare

The key of the value to compare

◆ Operation

string Lusid.Sdk.Model.GroupReconciliationCoreComparisonRuleOperand.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: Value.

What to do with the value pointed to by the key, e.g. Sum. Only "Value is allowed for core rules". Available values: Value.


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