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

GroupReconciliationUserReviewAdd More...

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

Public Member Functions

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

Properties

string BreakCode [get, set]
 The break code of the reconciliation result. More...
 
string MatchKey [get, set]
 The match key of the reconciliation result. More...
 
string CommentText [get, set]
 User's comment regarding the reconciliation result. More...
 

Detailed Description

GroupReconciliationUserReviewAdd

Constructor & Destructor Documentation

◆ GroupReconciliationUserReviewAdd()

Lusid.Sdk.Model.GroupReconciliationUserReviewAdd.GroupReconciliationUserReviewAdd ( string  breakCode = default(string),
string  matchKey = default(string),
string  commentText = default(string) 
)
inline

Initializes a new instance of the GroupReconciliationUserReviewAdd class.

Parameters
breakCodeThe break code of the reconciliation result..
matchKeyThe match key of the reconciliation result..
commentTextUser's comment regarding the reconciliation result..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if GroupReconciliationUserReviewAdd instances are equal

Parameters
inputInstance of GroupReconciliationUserReviewAdd to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ BreakCode

string Lusid.Sdk.Model.GroupReconciliationUserReviewAdd.BreakCode
getset

The break code of the reconciliation result.

The break code of the reconciliation result.

◆ CommentText

string Lusid.Sdk.Model.GroupReconciliationUserReviewAdd.CommentText
getset

User's comment regarding the reconciliation result.

User's comment regarding the reconciliation result.

◆ MatchKey

string Lusid.Sdk.Model.GroupReconciliationUserReviewAdd.MatchKey
getset

The match key of the reconciliation result.

The match key of the reconciliation result.


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