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

GroupReconciliationUserReviewMatchKey More...

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

Public Member Functions

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

Protected Member Functions

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

Properties

string MatchKey [get, set]
 The match key of 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

GroupReconciliationUserReviewMatchKey

Constructor & Destructor Documentation

◆ GroupReconciliationUserReviewMatchKey() [1/2]

Lusid.Sdk.Model.GroupReconciliationUserReviewMatchKey.GroupReconciliationUserReviewMatchKey ( )
inlineprotected

Initializes a new instance of the GroupReconciliationUserReviewMatchKey class.

◆ GroupReconciliationUserReviewMatchKey() [2/2]

Lusid.Sdk.Model.GroupReconciliationUserReviewMatchKey.GroupReconciliationUserReviewMatchKey ( string  matchKey = default(string),
string  userId = default(string),
DateTimeOffset  asAtAdded = default(DateTimeOffset),
DateTimeOffset  asAtInvalid = default(DateTimeOffset) 
)
inline

Initializes a new instance of the GroupReconciliationUserReviewMatchKey class.

Parameters
matchKeyThe match key of 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.GroupReconciliationUserReviewMatchKey.Equals ( GroupReconciliationUserReviewMatchKey  input)
inline

Returns true if GroupReconciliationUserReviewMatchKey instances are equal

Parameters
inputInstance of GroupReconciliationUserReviewMatchKey to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ AsAtAdded

DateTimeOffset Lusid.Sdk.Model.GroupReconciliationUserReviewMatchKey.AsAtAdded
getset

The timestamp of the added User Review input.

The timestamp of the added User Review input.

◆ AsAtInvalid

DateTimeOffset Lusid.Sdk.Model.GroupReconciliationUserReviewMatchKey.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.

◆ MatchKey

string Lusid.Sdk.Model.GroupReconciliationUserReviewMatchKey.MatchKey
getset

The match key of the reconciliation result.

The match key of the reconciliation result.

◆ UserId

string Lusid.Sdk.Model.GroupReconciliationUserReviewMatchKey.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: