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

ReconciliationId More...

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

Public Member Functions

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

Properties

DataScope Scope [get, set]
 Gets or Sets Scope More...
 
string Identifier [get, set]
 Gets or Sets Identifier More...
 

Detailed Description

ReconciliationId

Constructor & Destructor Documentation

◆ ReconciliationId()

Lusid.Sdk.Model.ReconciliationId.ReconciliationId ( DataScope  scope = default(DataScope),
string  identifier = default(string) 
)
inline

Initializes a new instance of the ReconciliationId class.

Parameters
scopescope.
identifieridentifier.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if ReconciliationId instances are equal

Parameters
inputInstance of ReconciliationId to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Identifier

string Lusid.Sdk.Model.ReconciliationId.Identifier
getset

Gets or Sets Identifier

◆ Scope

DataScope Lusid.Sdk.Model.ReconciliationId.Scope
getset

Gets or Sets Scope


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