|
LUSID C# SDK
|
A condition to be evaluated. Each supported CriterionType has a corresponding schema. More...

Public Types | |
| enum class | CriterionTypeEnum { PropertyValueEquals = 1 , PropertyValueIn = 2 , SubHoldingKeyValueEquals = 3 } |
| Available values: PropertyValueEquals, PropertyValueIn, SubHoldingKeyValueEquals. More... | |
Public Member Functions | |
| MatchCriterion (CriterionTypeEnum criterionType=default(CriterionTypeEnum)) | |
| Initializes a new instance of the MatchCriterion 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 (MatchCriterion input) |
| Returns true if MatchCriterion instances are equal More... | |
| override int | GetHashCode () |
| Gets the hash code More... | |
Protected Member Functions | |
| MatchCriterion () | |
| Initializes a new instance of the MatchCriterion class. More... | |
| IEnumerable< System.ComponentModel.DataAnnotations.ValidationResult > | BaseValidate (ValidationContext validationContext) |
| To validate all properties of the instance More... | |
Properties | |
| CriterionTypeEnum | CriterionType [get, set] |
| Available values: PropertyValueEquals, PropertyValueIn, SubHoldingKeyValueEquals. More... | |
A condition to be evaluated. Each supported CriterionType has a corresponding schema.
|
strong |
Available values: PropertyValueEquals, PropertyValueIn, SubHoldingKeyValueEquals.
Available values: PropertyValueEquals, PropertyValueIn, SubHoldingKeyValueEquals.
| Enumerator | |
|---|---|
| PropertyValueEquals | Enum PropertyValueEquals for value: PropertyValueEquals |
| PropertyValueIn | Enum PropertyValueIn for value: PropertyValueIn |
| SubHoldingKeyValueEquals | Enum SubHoldingKeyValueEquals for value: SubHoldingKeyValueEquals |
|
inlineprotected |
Initializes a new instance of the MatchCriterion class.
|
inline |
Initializes a new instance of the MatchCriterion class.
| criterionType | Available values: PropertyValueEquals, PropertyValueIn, SubHoldingKeyValueEquals. (required). |
|
inlineprotected |
To validate all properties of the instance
| validationContext | Validation context |
|
inline |
Returns true if MatchCriterion instances are equal
| input | Instance of MatchCriterion to be compared |
|
inline |
Returns true if objects are equal
| input | Object to be compared |
|
inline |
Gets the hash code
|
inlinevirtual |
Returns the JSON string presentation of the object
Reimplemented in Lusid.Sdk.Model.SubHoldingKeyValueEquals, Lusid.Sdk.Model.PropertyValueIn, and Lusid.Sdk.Model.PropertyValueEquals.
|
inline |
Returns the string presentation of the object
|
getset |
Available values: PropertyValueEquals, PropertyValueIn, SubHoldingKeyValueEquals.
Available values: PropertyValueEquals, PropertyValueIn, SubHoldingKeyValueEquals.