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

ReconciliationLeftRightAddressKeyPair More...

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

Public Member Functions

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

Protected Member Functions

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

Properties

string Left [get, set]
 Address key defined by the lhs aggregation More...
 
string Right [get, set]
 Address key defined by the rhs aggregation More...
 

Detailed Description

ReconciliationLeftRightAddressKeyPair

Constructor & Destructor Documentation

◆ ReconciliationLeftRightAddressKeyPair() [1/2]

Lusid.Sdk.Model.ReconciliationLeftRightAddressKeyPair.ReconciliationLeftRightAddressKeyPair ( )
inlineprotected

Initializes a new instance of the ReconciliationLeftRightAddressKeyPair class.

◆ ReconciliationLeftRightAddressKeyPair() [2/2]

Lusid.Sdk.Model.ReconciliationLeftRightAddressKeyPair.ReconciliationLeftRightAddressKeyPair ( string  left = default(string),
string  right = default(string) 
)
inline

Initializes a new instance of the ReconciliationLeftRightAddressKeyPair class.

Parameters
leftAddress key defined by the lhs aggregation (required).
rightAddress key defined by the rhs aggregation (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if ReconciliationLeftRightAddressKeyPair instances are equal

Parameters
inputInstance of ReconciliationLeftRightAddressKeyPair to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Left

string Lusid.Sdk.Model.ReconciliationLeftRightAddressKeyPair.Left
getset

Address key defined by the lhs aggregation

Address key defined by the lhs aggregation

◆ Right

string Lusid.Sdk.Model.ReconciliationLeftRightAddressKeyPair.Right
getset

Address key defined by the rhs aggregation

Address key defined by the rhs aggregation


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