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

ReconcileStringRuleAllOf More...

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

Public Types

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

Public Member Functions

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

Protected Member Functions

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

Properties

ComparisonTypeEnum ComparisonType [get, set]
 The available values are: Exact, Contains, CaseInsensitive, ContainsAnyCase, IsOneOf More...
 
RuleTypeEnum RuleType [get, set]
 The available values are: ReconcileNumericRule, ReconcileDateTimeRule, ReconcileStringRule, ReconcileExact More...
 
Dictionary< string, List< string > > OneOfCandidates [get, set]
 For cases of &quot;IsOneOf&quot; a set is required to match values against. Fuzzy matching of strings against one of a set. There can be cases where systems &quot;A&quot; and &quot;B&quot; might use different terms for the same logical entity. A common case would be comparison of something like a day count fraction where some convention like the &quot;actual 365&quot; convention might be represented as one of [&quot;A365&quot;, &quot;Act365&quot;, &quot;Actual365&quot;] or similar. This is to allow this kind of fuzzy matching of values. Note that as this is exhaustive comparison across sets it will be slow and should therefore be used sparingly. More...
 
AggregateSpec AppliesTo [get, set]
 Gets or Sets AppliesTo More...
 

Detailed Description

ReconcileStringRuleAllOf

Member Enumeration Documentation

◆ ComparisonTypeEnum

The available values are: Exact, Contains, CaseInsensitive, ContainsAnyCase, IsOneOf

The available values are: Exact, Contains, CaseInsensitive, ContainsAnyCase, IsOneOf

Enumerator
Exact 

Enum Exact for value: Exact

Contains 

Enum Contains for value: Contains

CaseInsensitive 

Enum CaseInsensitive for value: CaseInsensitive

ContainsAnyCase 

Enum ContainsAnyCase for value: ContainsAnyCase

IsOneOf 

Enum IsOneOf for value: IsOneOf

◆ 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

◆ ReconcileStringRuleAllOf() [1/2]

Lusid.Sdk.Model.ReconcileStringRuleAllOf.ReconcileStringRuleAllOf ( )
inlineprotected

Initializes a new instance of the ReconcileStringRuleAllOf class.

◆ ReconcileStringRuleAllOf() [2/2]

Lusid.Sdk.Model.ReconcileStringRuleAllOf.ReconcileStringRuleAllOf ( ComparisonTypeEnum  comparisonType = default(ComparisonTypeEnum),
Dictionary< string, List< string >>  oneOfCandidates = default(Dictionary<string, List<string>>),
AggregateSpec  appliesTo = default(AggregateSpec),
RuleTypeEnum  ruleType = default(RuleTypeEnum) 
)
inline

Initializes a new instance of the ReconcileStringRuleAllOf class.

Parameters
comparisonTypeThe available values are: Exact, Contains, CaseInsensitive, ContainsAnyCase, IsOneOf (required).
oneOfCandidatesFor cases of &quot;IsOneOf&quot; a set is required to match values against. Fuzzy matching of strings against one of a set. There can be cases where systems &quot;A&quot; and &quot;B&quot; might use different terms for the same logical entity. A common case would be comparison of something like a day count fraction where some convention like the &quot;actual 365&quot; convention might be represented as one of [&quot;A365&quot;, &quot;Act365&quot;, &quot;Actual365&quot;] or similar. This is to allow this kind of fuzzy matching of values. Note that as this is exhaustive comparison across sets it will be slow and should therefore be used sparingly..
appliesToappliesTo (required).
ruleTypeThe available values are: ReconcileNumericRule, ReconcileDateTimeRule, ReconcileStringRule, ReconcileExact (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if ReconcileStringRuleAllOf instances are equal

Parameters
inputInstance of ReconcileStringRuleAllOf to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ AppliesTo

AggregateSpec Lusid.Sdk.Model.ReconcileStringRuleAllOf.AppliesTo
getset

Gets or Sets AppliesTo

◆ ComparisonType

ComparisonTypeEnum Lusid.Sdk.Model.ReconcileStringRuleAllOf.ComparisonType
getset

The available values are: Exact, Contains, CaseInsensitive, ContainsAnyCase, IsOneOf

The available values are: Exact, Contains, CaseInsensitive, ContainsAnyCase, IsOneOf

◆ OneOfCandidates

Dictionary<string, List<string> > Lusid.Sdk.Model.ReconcileStringRuleAllOf.OneOfCandidates
getset

For cases of &quot;IsOneOf&quot; a set is required to match values against. Fuzzy matching of strings against one of a set. There can be cases where systems &quot;A&quot; and &quot;B&quot; might use different terms for the same logical entity. A common case would be comparison of something like a day count fraction where some convention like the &quot;actual 365&quot; convention might be represented as one of [&quot;A365&quot;, &quot;Act365&quot;, &quot;Actual365&quot;] or similar. This is to allow this kind of fuzzy matching of values. Note that as this is exhaustive comparison across sets it will be slow and should therefore be used sparingly.

For cases of &quot;IsOneOf&quot; a set is required to match values against. Fuzzy matching of strings against one of a set. There can be cases where systems &quot;A&quot; and &quot;B&quot; might use different terms for the same logical entity. A common case would be comparison of something like a day count fraction where some convention like the &quot;actual 365&quot; convention might be represented as one of [&quot;A365&quot;, &quot;Act365&quot;, &quot;Actual365&quot;] or similar. This is to allow this kind of fuzzy matching of values. Note that as this is exhaustive comparison across sets it will be slow and should therefore be used sparingly.

◆ RuleType

RuleTypeEnum Lusid.Sdk.Model.ReconcileStringRuleAllOf.RuleType
getset

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

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


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