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

GroupReconciliationUserReviewComment More...

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

Public Member Functions

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

Protected Member Functions

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

Properties

string CommentText [get, set]
 User's comment regarding the reconciliation result. More...
 
string UserId [get, set]
 Id of the user who made a User Review input. More...
 
DateTimeOffset AsAtAdded [get, set]
 The timestamp of the added User Review input. More...
 
DateTimeOffset AsAtInvalid [get, set]
 The timestamp when User Review input became invalid e.g. because of the different attribute values within the new run. More...
 

Detailed Description

GroupReconciliationUserReviewComment

Constructor & Destructor Documentation

◆ GroupReconciliationUserReviewComment() [1/2]

Lusid.Sdk.Model.GroupReconciliationUserReviewComment.GroupReconciliationUserReviewComment ( )
inlineprotected

Initializes a new instance of the GroupReconciliationUserReviewComment class.

◆ GroupReconciliationUserReviewComment() [2/2]

Lusid.Sdk.Model.GroupReconciliationUserReviewComment.GroupReconciliationUserReviewComment ( string  commentText = default(string),
string  userId = default(string),
DateTimeOffset  asAtAdded = default(DateTimeOffset),
DateTimeOffset  asAtInvalid = default(DateTimeOffset) 
)
inline

Initializes a new instance of the GroupReconciliationUserReviewComment class.

Parameters
commentTextUser's comment regarding the reconciliation result. (required).
userIdId of the user who made a User Review input..
asAtAddedThe timestamp of the added User Review input..
asAtInvalidThe timestamp when User Review input became invalid e.g. because of the different attribute values within the new run..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if GroupReconciliationUserReviewComment instances are equal

Parameters
inputInstance of GroupReconciliationUserReviewComment to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ AsAtAdded

DateTimeOffset Lusid.Sdk.Model.GroupReconciliationUserReviewComment.AsAtAdded
getset

The timestamp of the added User Review input.

The timestamp of the added User Review input.

◆ AsAtInvalid

DateTimeOffset Lusid.Sdk.Model.GroupReconciliationUserReviewComment.AsAtInvalid
getset

The timestamp when User Review input became invalid e.g. because of the different attribute values within the new run.

The timestamp when User Review input became invalid e.g. because of the different attribute values within the new run.

◆ CommentText

string Lusid.Sdk.Model.GroupReconciliationUserReviewComment.CommentText
getset

User's comment regarding the reconciliation result.

User's comment regarding the reconciliation result.

◆ UserId

string Lusid.Sdk.Model.GroupReconciliationUserReviewComment.UserId
getset

Id of the user who made a User Review input.

Id of the user who made a User Review input.


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