|
LUSID C# SDK
|
A criterion that checks whether a SubHoldingKey Value is equal to the given string value More...

Public Member Functions | |
| SubHoldingKeyValueEquals (string subHoldingKey=default(string), string value=default(string), CriterionTypeEnum criterionType=default(CriterionTypeEnum)) | |
| Initializes a new instance of the SubHoldingKeyValueEquals class. More... | |
| override string | ToString () |
| Returns the string presentation of the object More... | |
| override 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 (SubHoldingKeyValueEquals input) |
| Returns true if SubHoldingKeyValueEquals instances are equal More... | |
| override int | GetHashCode () |
| Gets the hash code More... | |
Public Member Functions inherited from Lusid.Sdk.Model.MatchCriterion | |
| 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... | |
| 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 | |
| SubHoldingKeyValueEquals () | |
| Initializes a new instance of the SubHoldingKeyValueEquals class. More... | |
| IEnumerable< System.ComponentModel.DataAnnotations.ValidationResult > | BaseValidate (ValidationContext validationContext) |
| To validate all properties of the instance More... | |
Protected Member Functions inherited from Lusid.Sdk.Model.MatchCriterion | |
| 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 | |
| string | SubHoldingKey [get, set] |
| The sub holding key whose value will form the left-hand side of the operation More... | |
| string | Value [get, set] |
| The value to be compared against More... | |
Properties inherited from Lusid.Sdk.Model.MatchCriterion | |
| CriterionTypeEnum | CriterionType [get, set] |
| Available values: PropertyValueEquals, PropertyValueIn, SubHoldingKeyValueEquals. More... | |
Additional Inherited Members | |
Public Types inherited from Lusid.Sdk.Model.MatchCriterion | |
| enum class | CriterionTypeEnum { PropertyValueEquals = 1 , PropertyValueIn = 2 , SubHoldingKeyValueEquals = 3 } |
| Available values: PropertyValueEquals, PropertyValueIn, SubHoldingKeyValueEquals. More... | |
A criterion that checks whether a SubHoldingKey Value is equal to the given string value
|
inlineprotected |
Initializes a new instance of the SubHoldingKeyValueEquals class.
|
inline |
Initializes a new instance of the SubHoldingKeyValueEquals class.
| subHoldingKey | The sub holding key whose value will form the left-hand side of the operation (required). |
| value | The value to be compared against (required). |
| criterionType | Available values: PropertyValueEquals, PropertyValueIn, SubHoldingKeyValueEquals. (required) (default to "SubHoldingKeyValueEquals"). |
|
inlineprotected |
To validate all properties of the instance
| validationContext | Validation context |
|
inline |
Returns true if objects are equal
| input | Object to be compared |
|
inline |
Returns true if SubHoldingKeyValueEquals instances are equal
| input | Instance of SubHoldingKeyValueEquals to be compared |
|
inline |
Gets the hash code
|
inlinevirtual |
Returns the JSON string presentation of the object
Reimplemented from Lusid.Sdk.Model.MatchCriterion.
|
inline |
Returns the string presentation of the object
|
getset |
The sub holding key whose value will form the left-hand side of the operation
The sub holding key whose value will form the left-hand side of the operation
|
getset |
The value to be compared against
The value to be compared against