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

ReconcileDateTimeRuleAllOf More...

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

Public Types

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

Public Member Functions

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

Protected Member Functions

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

Properties

ComparisonTypeEnum ComparisonType [get, set]
 The available values are: Exact, AbsoluteDifference 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

ReconcileDateTimeRuleAllOf

Member Enumeration Documentation

◆ ComparisonTypeEnum

The available values are: Exact, AbsoluteDifference

The available values are: Exact, AbsoluteDifference

Enumerator
Exact 

Enum Exact for value: Exact

AbsoluteDifference 

Enum AbsoluteDifference for value: AbsoluteDifference

◆ 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

◆ ReconcileDateTimeRuleAllOf() [1/2]

Lusid.Sdk.Model.ReconcileDateTimeRuleAllOf.ReconcileDateTimeRuleAllOf ( )
inlineprotected

Initializes a new instance of the ReconcileDateTimeRuleAllOf class.

◆ ReconcileDateTimeRuleAllOf() [2/2]

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

Initializes a new instance of the ReconcileDateTimeRuleAllOf class.

Parameters
comparisonTypeThe available values are: Exact, AbsoluteDifference (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.ReconcileDateTimeRuleAllOf.Equals ( object  input)
inline

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if ReconcileDateTimeRuleAllOf instances are equal

Parameters
inputInstance of ReconcileDateTimeRuleAllOf to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ AppliesTo

AggregateSpec Lusid.Sdk.Model.ReconcileDateTimeRuleAllOf.AppliesTo
getset

Gets or Sets AppliesTo

◆ ComparisonType

ComparisonTypeEnum Lusid.Sdk.Model.ReconcileDateTimeRuleAllOf.ComparisonType
getset

The available values are: Exact, AbsoluteDifference

The available values are: Exact, AbsoluteDifference

◆ RuleType

RuleTypeEnum Lusid.Sdk.Model.ReconcileDateTimeRuleAllOf.RuleType
getset

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

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

◆ Tolerance

decimal Lusid.Sdk.Model.ReconcileDateTimeRuleAllOf.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: