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

A criterion that checks whether a SubHoldingKey Value is equal to the given string value More...

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

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]
 The available values are: PropertyValueEquals, PropertyValueIn, SubHoldingKeyValueEquals More...
 

Additional Inherited Members

- Public Types inherited from Lusid.Sdk.Model.MatchCriterion
enum class  CriterionTypeEnum { PropertyValueEquals = 1 , PropertyValueIn = 2 , SubHoldingKeyValueEquals = 3 }
 The available values are: PropertyValueEquals, PropertyValueIn, SubHoldingKeyValueEquals More...
 

Detailed Description

A criterion that checks whether a SubHoldingKey Value is equal to the given string value

Constructor & Destructor Documentation

◆ SubHoldingKeyValueEquals() [1/2]

Lusid.Sdk.Model.SubHoldingKeyValueEquals.SubHoldingKeyValueEquals ( )
inlineprotected

Initializes a new instance of the SubHoldingKeyValueEquals class.

◆ SubHoldingKeyValueEquals() [2/2]

Lusid.Sdk.Model.SubHoldingKeyValueEquals.SubHoldingKeyValueEquals ( string  subHoldingKey = default(string),
string  value = default(string),
CriterionTypeEnum  criterionType = default(CriterionTypeEnum) 
)
inline

Initializes a new instance of the SubHoldingKeyValueEquals class.

Parameters
subHoldingKeyThe sub holding key whose value will form the left-hand side of the operation (required).
valueThe value to be compared against (required).
criterionTypeThe available values are: PropertyValueEquals, PropertyValueIn, SubHoldingKeyValueEquals (required) (default to "SubHoldingKeyValueEquals").

Member Function Documentation

◆ BaseValidate()

IEnumerable<System.ComponentModel.DataAnnotations.ValidationResult> Lusid.Sdk.Model.SubHoldingKeyValueEquals.BaseValidate ( ValidationContext  validationContext)
inlineprotected

To validate all properties of the instance

Parameters
validationContextValidation context
Returns
Validation Result

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if SubHoldingKeyValueEquals instances are equal

Parameters
inputInstance of SubHoldingKeyValueEquals to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

override string Lusid.Sdk.Model.SubHoldingKeyValueEquals.ToJson ( )
inlinevirtual

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

Reimplemented from Lusid.Sdk.Model.MatchCriterion.

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ SubHoldingKey

string Lusid.Sdk.Model.SubHoldingKeyValueEquals.SubHoldingKey
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

◆ Value

string Lusid.Sdk.Model.SubHoldingKeyValueEquals.Value
getset

The value to be compared against

The value to be compared against


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