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

GroupReconciliationComparisonRuleTolerance More...

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

Public Member Functions

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

Protected Member Functions

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

Properties

string Type [get, set]
 The type of tolerance to allow. Available values: Relative, Absolute. More...
 
decimal Value [get, set]
 The decimal value of how much tolerance to allow when comparing in relative (i.e percentage) or absolute terms depending on the ToleranceType specified More...
 

Detailed Description

GroupReconciliationComparisonRuleTolerance

Constructor & Destructor Documentation

◆ GroupReconciliationComparisonRuleTolerance() [1/2]

Lusid.Sdk.Model.GroupReconciliationComparisonRuleTolerance.GroupReconciliationComparisonRuleTolerance ( )
inlineprotected

Initializes a new instance of the GroupReconciliationComparisonRuleTolerance class.

◆ GroupReconciliationComparisonRuleTolerance() [2/2]

Lusid.Sdk.Model.GroupReconciliationComparisonRuleTolerance.GroupReconciliationComparisonRuleTolerance ( string  type = default(string),
decimal  value = default(decimal) 
)
inline

Initializes a new instance of the GroupReconciliationComparisonRuleTolerance class.

Parameters
typeThe type of tolerance to allow. Available values: Relative, Absolute. (required).
valueThe decimal value of how much tolerance to allow when comparing in relative (i.e percentage) or absolute terms depending on the ToleranceType specified (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if GroupReconciliationComparisonRuleTolerance instances are equal

Parameters
inputInstance of GroupReconciliationComparisonRuleTolerance to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Type

string Lusid.Sdk.Model.GroupReconciliationComparisonRuleTolerance.Type
getset

The type of tolerance to allow. Available values: Relative, Absolute.

The type of tolerance to allow. Available values: Relative, Absolute.

◆ Value

decimal Lusid.Sdk.Model.GroupReconciliationComparisonRuleTolerance.Value
getset

The decimal value of how much tolerance to allow when comparing in relative (i.e percentage) or absolute terms depending on the ToleranceType specified

The decimal value of how much tolerance to allow when comparing in relative (i.e percentage) or absolute terms depending on the ToleranceType specified


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