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

GroupReconciliationReviewStatuses More...

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

Public Member Functions

 GroupReconciliationReviewStatuses (int countPending=default(int), Link linkPending=default(Link), int countReviewed=default(int), Link linkReviewed=default(Link), int countMatched=default(int), Link linkMatched=default(Link), int countInvalid=default(int), Link linkInvalid=default(Link))
 Initializes a new instance of the GroupReconciliationReviewStatuses 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 (GroupReconciliationReviewStatuses input)
 Returns true if GroupReconciliationReviewStatuses instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

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

Properties

int CountPending [get, set]
 The number of comparison results of reviewStatus "Pending" with this instanceId and reconciliationType More...
 
Link LinkPending [get, set]
 Gets or Sets LinkPending More...
 
int CountReviewed [get, set]
 The number of comparison results of reviewStatus "Reviewed" with this instanceId and reconciliationType More...
 
Link LinkReviewed [get, set]
 Gets or Sets LinkReviewed More...
 
int CountMatched [get, set]
 The number of comparison results of reviewStatus "Matched" with this instanceId and reconciliationType More...
 
Link LinkMatched [get, set]
 Gets or Sets LinkMatched More...
 
int CountInvalid [get, set]
 The number of comparison results of reviewStatus "Invalid" with this instanceId and reconciliationType More...
 
Link LinkInvalid [get, set]
 Gets or Sets LinkInvalid More...
 

Detailed Description

GroupReconciliationReviewStatuses

Constructor & Destructor Documentation

◆ GroupReconciliationReviewStatuses() [1/2]

Lusid.Sdk.Model.GroupReconciliationReviewStatuses.GroupReconciliationReviewStatuses ( )
inlineprotected

Initializes a new instance of the GroupReconciliationReviewStatuses class.

◆ GroupReconciliationReviewStatuses() [2/2]

Lusid.Sdk.Model.GroupReconciliationReviewStatuses.GroupReconciliationReviewStatuses ( int  countPending = default(int),
Link  linkPending = default(Link),
int  countReviewed = default(int),
Link  linkReviewed = default(Link),
int  countMatched = default(int),
Link  linkMatched = default(Link),
int  countInvalid = default(int),
Link  linkInvalid = default(Link) 
)
inline

Initializes a new instance of the GroupReconciliationReviewStatuses class.

Parameters
countPendingThe number of comparison results of reviewStatus "Pending" with this instanceId and reconciliationType (required).
linkPendinglinkPending (required).
countReviewedThe number of comparison results of reviewStatus "Reviewed" with this instanceId and reconciliationType (required).
linkReviewedlinkReviewed (required).
countMatchedThe number of comparison results of reviewStatus "Matched" with this instanceId and reconciliationType (required).
linkMatchedlinkMatched (required).
countInvalidThe number of comparison results of reviewStatus "Invalid" with this instanceId and reconciliationType (required).
linkInvalidlinkInvalid (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if GroupReconciliationReviewStatuses instances are equal

Parameters
inputInstance of GroupReconciliationReviewStatuses to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ CountInvalid

int Lusid.Sdk.Model.GroupReconciliationReviewStatuses.CountInvalid
getset

The number of comparison results of reviewStatus "Invalid" with this instanceId and reconciliationType

The number of comparison results of reviewStatus "Invalid" with this instanceId and reconciliationType

◆ CountMatched

int Lusid.Sdk.Model.GroupReconciliationReviewStatuses.CountMatched
getset

The number of comparison results of reviewStatus "Matched" with this instanceId and reconciliationType

The number of comparison results of reviewStatus "Matched" with this instanceId and reconciliationType

◆ CountPending

int Lusid.Sdk.Model.GroupReconciliationReviewStatuses.CountPending
getset

The number of comparison results of reviewStatus "Pending" with this instanceId and reconciliationType

The number of comparison results of reviewStatus "Pending" with this instanceId and reconciliationType

◆ CountReviewed

int Lusid.Sdk.Model.GroupReconciliationReviewStatuses.CountReviewed
getset

The number of comparison results of reviewStatus "Reviewed" with this instanceId and reconciliationType

The number of comparison results of reviewStatus "Reviewed" with this instanceId and reconciliationType

◆ LinkInvalid

Link Lusid.Sdk.Model.GroupReconciliationReviewStatuses.LinkInvalid
getset

Gets or Sets LinkInvalid

◆ LinkMatched

Link Lusid.Sdk.Model.GroupReconciliationReviewStatuses.LinkMatched
getset

Gets or Sets LinkMatched

◆ LinkPending

Link Lusid.Sdk.Model.GroupReconciliationReviewStatuses.LinkPending
getset

Gets or Sets LinkPending

◆ LinkReviewed

Link Lusid.Sdk.Model.GroupReconciliationReviewStatuses.LinkReviewed
getset

Gets or Sets LinkReviewed


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