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

GroupReconciliationUserReview More...

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

Public Member Functions

 GroupReconciliationUserReview (List< GroupReconciliationUserReviewBreakCode > breakCodes=default(List< GroupReconciliationUserReviewBreakCode >), List< GroupReconciliationUserReviewMatchKey > matchKeys=default(List< GroupReconciliationUserReviewMatchKey >), List< GroupReconciliationUserReviewComment > comments=default(List< GroupReconciliationUserReviewComment >))
 Initializes a new instance of the GroupReconciliationUserReview 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 (GroupReconciliationUserReview input)
 Returns true if GroupReconciliationUserReview instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Properties

List< GroupReconciliationUserReviewBreakCodeBreakCodes [get, set]
 A list of break codes shared between the reconciliation runs of the same run instance and result hash. More...
 
List< GroupReconciliationUserReviewMatchKeyMatchKeys [get, set]
 A list of match keys shared between the reconciliation runs of the same run instance and result hash. More...
 
List< GroupReconciliationUserReviewCommentComments [get, set]
 A list of comments shared between the reconciliation runs of the same run instance and result hash. More...
 

Detailed Description

GroupReconciliationUserReview

Constructor & Destructor Documentation

◆ GroupReconciliationUserReview()

Lusid.Sdk.Model.GroupReconciliationUserReview.GroupReconciliationUserReview ( List< GroupReconciliationUserReviewBreakCode breakCodes = default(List<GroupReconciliationUserReviewBreakCode>),
List< GroupReconciliationUserReviewMatchKey matchKeys = default(List<GroupReconciliationUserReviewMatchKey>),
List< GroupReconciliationUserReviewComment comments = default(List<GroupReconciliationUserReviewComment>) 
)
inline

Initializes a new instance of the GroupReconciliationUserReview class.

Parameters
breakCodesA list of break codes shared between the reconciliation runs of the same run instance and result hash..
matchKeysA list of match keys shared between the reconciliation runs of the same run instance and result hash..
commentsA list of comments shared between the reconciliation runs of the same run instance and result hash..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if GroupReconciliationUserReview instances are equal

Parameters
inputInstance of GroupReconciliationUserReview to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ BreakCodes

List<GroupReconciliationUserReviewBreakCode> Lusid.Sdk.Model.GroupReconciliationUserReview.BreakCodes
getset

A list of break codes shared between the reconciliation runs of the same run instance and result hash.

A list of break codes shared between the reconciliation runs of the same run instance and result hash.

◆ Comments

List<GroupReconciliationUserReviewComment> Lusid.Sdk.Model.GroupReconciliationUserReview.Comments
getset

A list of comments shared between the reconciliation runs of the same run instance and result hash.

A list of comments shared between the reconciliation runs of the same run instance and result hash.

◆ MatchKeys

List<GroupReconciliationUserReviewMatchKey> Lusid.Sdk.Model.GroupReconciliationUserReview.MatchKeys
getset

A list of match keys shared between the reconciliation runs of the same run instance and result hash.

A list of match keys shared between the reconciliation runs of the same run instance and result hash.


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