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

ReconcileNumericRuleAllOf More...

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

Public Types

enum class  ComparisonTypeEnum { Exact = 1 , AbsoluteDifference = 2 , RelativeDifference = 3 }
 The available values are: Exact, AbsoluteDifference, RelativeDifference More...
 
enum class  RuleTypeEnum { ReconcileNumericRule = 1 , ReconcileDateTimeRule = 2 , ReconcileStringRule = 3 , ReconcileExact = 4 }
 The available values are: ReconcileNumericRule, ReconcileDateTimeRule, ReconcileStringRule, ReconcileExact More...
 

Public Member Functions

 ReconcileNumericRuleAllOf (ComparisonTypeEnum comparisonType=default(ComparisonTypeEnum), decimal tolerance=default(decimal), AggregateSpec appliesTo=default(AggregateSpec), RuleTypeEnum ruleType=default(RuleTypeEnum))
 Initializes a new instance of the ReconcileNumericRuleAllOf 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 (ReconcileNumericRuleAllOf input)
 Returns true if ReconcileNumericRuleAllOf instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

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

Properties

ComparisonTypeEnum ComparisonType [get, set]
 The available values are: Exact, AbsoluteDifference, RelativeDifference More...
 
RuleTypeEnum RuleType [get, set]
 The available values are: ReconcileNumericRule, ReconcileDateTimeRule, ReconcileStringRule, ReconcileExact More...
 
decimal Tolerance [get, set]
 For a numeric type only (i.e. decimal, integer, date or datetime offset possibly controversially), this is the quantity used in the comparison. The units of the tolerance must be set appropriately for the item being compared. For a number such as a currency or amount that will be a simple quantity, for a DateTime or DateTimeOffset it should be days. If fewer than a single day then this should be passed as a fraction. More...
 
AggregateSpec AppliesTo [get, set]
 Gets or Sets AppliesTo More...
 

Detailed Description

ReconcileNumericRuleAllOf

Member Enumeration Documentation

◆ ComparisonTypeEnum

The available values are: Exact, AbsoluteDifference, RelativeDifference

The available values are: Exact, AbsoluteDifference, RelativeDifference

Enumerator
Exact 

Enum Exact for value: Exact

AbsoluteDifference 

Enum AbsoluteDifference for value: AbsoluteDifference

RelativeDifference 

Enum RelativeDifference for value: RelativeDifference

◆ RuleTypeEnum

The available values are: ReconcileNumericRule, ReconcileDateTimeRule, ReconcileStringRule, ReconcileExact

The available values are: ReconcileNumericRule, ReconcileDateTimeRule, ReconcileStringRule, ReconcileExact

Enumerator
ReconcileNumericRule 

Enum ReconcileNumericRule for value: ReconcileNumericRule

ReconcileDateTimeRule 

Enum ReconcileDateTimeRule for value: ReconcileDateTimeRule

ReconcileStringRule 

Enum ReconcileStringRule for value: ReconcileStringRule

ReconcileExact 

Enum ReconcileExact for value: ReconcileExact

Constructor & Destructor Documentation

◆ ReconcileNumericRuleAllOf() [1/2]

Lusid.Sdk.Model.ReconcileNumericRuleAllOf.ReconcileNumericRuleAllOf ( )
inlineprotected

Initializes a new instance of the ReconcileNumericRuleAllOf class.

◆ ReconcileNumericRuleAllOf() [2/2]

Lusid.Sdk.Model.ReconcileNumericRuleAllOf.ReconcileNumericRuleAllOf ( ComparisonTypeEnum  comparisonType = default(ComparisonTypeEnum),
decimal  tolerance = default(decimal),
AggregateSpec  appliesTo = default(AggregateSpec),
RuleTypeEnum  ruleType = default(RuleTypeEnum) 
)
inline

Initializes a new instance of the ReconcileNumericRuleAllOf class.

Parameters
comparisonTypeThe available values are: Exact, AbsoluteDifference, RelativeDifference (required).
toleranceFor a numeric type only (i.e. decimal, integer, date or datetime offset possibly controversially), this is the quantity used in the comparison. The units of the tolerance must be set appropriately for the item being compared. For a number such as a currency or amount that will be a simple quantity, for a DateTime or DateTimeOffset it should be days. If fewer than a single day then this should be passed as a fraction..
appliesToappliesTo (required).
ruleTypeThe available values are: ReconcileNumericRule, ReconcileDateTimeRule, ReconcileStringRule, ReconcileExact (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if ReconcileNumericRuleAllOf instances are equal

Parameters
inputInstance of ReconcileNumericRuleAllOf to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ AppliesTo

AggregateSpec Lusid.Sdk.Model.ReconcileNumericRuleAllOf.AppliesTo
getset

Gets or Sets AppliesTo

◆ ComparisonType

ComparisonTypeEnum Lusid.Sdk.Model.ReconcileNumericRuleAllOf.ComparisonType
getset

The available values are: Exact, AbsoluteDifference, RelativeDifference

The available values are: Exact, AbsoluteDifference, RelativeDifference

◆ RuleType

RuleTypeEnum Lusid.Sdk.Model.ReconcileNumericRuleAllOf.RuleType
getset

The available values are: ReconcileNumericRule, ReconcileDateTimeRule, ReconcileStringRule, ReconcileExact

The available values are: ReconcileNumericRule, ReconcileDateTimeRule, ReconcileStringRule, ReconcileExact

◆ Tolerance

decimal Lusid.Sdk.Model.ReconcileNumericRuleAllOf.Tolerance
getset

For a numeric type only (i.e. decimal, integer, date or datetime offset possibly controversially), this is the quantity used in the comparison. The units of the tolerance must be set appropriately for the item being compared. For a number such as a currency or amount that will be a simple quantity, for a DateTime or DateTimeOffset it should be days. If fewer than a single day then this should be passed as a fraction.

For a numeric type only (i.e. decimal, integer, date or datetime offset possibly controversially), this is the quantity used in the comparison. The units of the tolerance must be set appropriately for the item being compared. For a number such as a currency or amount that will be a simple quantity, for a DateTime or DateTimeOffset it should be days. If fewer than a single day then this should be passed as a fraction.


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