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

GroupReconciliationResultStatuses More...

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

Public Member Functions

 GroupReconciliationResultStatuses (int countNew=default(int), Link linkNew=default(Link), int countConfirmed=default(int), Link linkConfirmed=default(Link), int countChanged=default(int), Link linkChanged=default(Link))
 Initializes a new instance of the GroupReconciliationResultStatuses 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 (GroupReconciliationResultStatuses input)
 Returns true if GroupReconciliationResultStatuses instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

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

Properties

int CountNew [get, set]
 The number of comparison results of resultStatus "New" with this instanceId and reconciliationType More...
 
Link LinkNew [get, set]
 Gets or Sets LinkNew More...
 
int CountConfirmed [get, set]
 The number of comparison results of resultStatus "Confirmed" with this instanceId and reconciliationType More...
 
Link LinkConfirmed [get, set]
 Gets or Sets LinkConfirmed More...
 
int CountChanged [get, set]
 The number of comparison results of resultStatus "Changed" with this instanceId and reconciliationType More...
 
Link LinkChanged [get, set]
 Gets or Sets LinkChanged More...
 

Detailed Description

GroupReconciliationResultStatuses

Constructor & Destructor Documentation

◆ GroupReconciliationResultStatuses() [1/2]

Lusid.Sdk.Model.GroupReconciliationResultStatuses.GroupReconciliationResultStatuses ( )
inlineprotected

Initializes a new instance of the GroupReconciliationResultStatuses class.

◆ GroupReconciliationResultStatuses() [2/2]

Lusid.Sdk.Model.GroupReconciliationResultStatuses.GroupReconciliationResultStatuses ( int  countNew = default(int),
Link  linkNew = default(Link),
int  countConfirmed = default(int),
Link  linkConfirmed = default(Link),
int  countChanged = default(int),
Link  linkChanged = default(Link) 
)
inline

Initializes a new instance of the GroupReconciliationResultStatuses class.

Parameters
countNewThe number of comparison results of resultStatus "New" with this instanceId and reconciliationType (required).
linkNewlinkNew (required).
countConfirmedThe number of comparison results of resultStatus "Confirmed" with this instanceId and reconciliationType (required).
linkConfirmedlinkConfirmed (required).
countChangedThe number of comparison results of resultStatus "Changed" with this instanceId and reconciliationType (required).
linkChangedlinkChanged (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if GroupReconciliationResultStatuses instances are equal

Parameters
inputInstance of GroupReconciliationResultStatuses to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ CountChanged

int Lusid.Sdk.Model.GroupReconciliationResultStatuses.CountChanged
getset

The number of comparison results of resultStatus "Changed" with this instanceId and reconciliationType

The number of comparison results of resultStatus "Changed" with this instanceId and reconciliationType

◆ CountConfirmed

int Lusid.Sdk.Model.GroupReconciliationResultStatuses.CountConfirmed
getset

The number of comparison results of resultStatus "Confirmed" with this instanceId and reconciliationType

The number of comparison results of resultStatus "Confirmed" with this instanceId and reconciliationType

◆ CountNew

int Lusid.Sdk.Model.GroupReconciliationResultStatuses.CountNew
getset

The number of comparison results of resultStatus "New" with this instanceId and reconciliationType

The number of comparison results of resultStatus "New" with this instanceId and reconciliationType

◆ LinkChanged

Link Lusid.Sdk.Model.GroupReconciliationResultStatuses.LinkChanged
getset

Gets or Sets LinkChanged

◆ LinkConfirmed

Link Lusid.Sdk.Model.GroupReconciliationResultStatuses.LinkConfirmed
getset

Gets or Sets LinkConfirmed

◆ LinkNew

Link Lusid.Sdk.Model.GroupReconciliationResultStatuses.LinkNew
getset

Gets or Sets LinkNew


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