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

ComparisonAttributeValuePair More...

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

Public Member Functions

 ComparisonAttributeValuePair (string attributeName=default(string), string value=default(string))
 Initializes a new instance of the ComparisonAttributeValuePair 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 (ComparisonAttributeValuePair input)
 Returns true if ComparisonAttributeValuePair instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

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

Properties

string AttributeName [get, set]
 Comparison rule attribute name. More...
 
string Value [get, set]
 Computed value for the comparison rule attribute. More...
 

Detailed Description

ComparisonAttributeValuePair

Constructor & Destructor Documentation

◆ ComparisonAttributeValuePair() [1/2]

Lusid.Sdk.Model.ComparisonAttributeValuePair.ComparisonAttributeValuePair ( )
inlineprotected

Initializes a new instance of the ComparisonAttributeValuePair class.

◆ ComparisonAttributeValuePair() [2/2]

Lusid.Sdk.Model.ComparisonAttributeValuePair.ComparisonAttributeValuePair ( string  attributeName = default(string),
string  value = default(string) 
)
inline

Initializes a new instance of the ComparisonAttributeValuePair class.

Parameters
attributeNameComparison rule attribute name. (required).
valueComputed value for the comparison rule attribute..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if ComparisonAttributeValuePair instances are equal

Parameters
inputInstance of ComparisonAttributeValuePair to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ AttributeName

string Lusid.Sdk.Model.ComparisonAttributeValuePair.AttributeName
getset

Comparison rule attribute name.

Comparison rule attribute name.

◆ Value

string Lusid.Sdk.Model.ComparisonAttributeValuePair.Value
getset

Computed value for the comparison rule attribute.

Computed value for the comparison rule attribute.


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