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

GroupReconciliationUserReviewBreakCode More...

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

Public Member Functions

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

Protected Member Functions

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

Properties

string BreakCode [get, set]
 The break code 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

GroupReconciliationUserReviewBreakCode

Constructor & Destructor Documentation

◆ GroupReconciliationUserReviewBreakCode() [1/2]

Lusid.Sdk.Model.GroupReconciliationUserReviewBreakCode.GroupReconciliationUserReviewBreakCode ( )
inlineprotected

Initializes a new instance of the GroupReconciliationUserReviewBreakCode class.

◆ GroupReconciliationUserReviewBreakCode() [2/2]

Lusid.Sdk.Model.GroupReconciliationUserReviewBreakCode.GroupReconciliationUserReviewBreakCode ( string  breakCode = default(string),
string  userId = default(string),
DateTimeOffset  asAtAdded = default(DateTimeOffset),
DateTimeOffset  asAtInvalid = default(DateTimeOffset) 
)
inline

Initializes a new instance of the GroupReconciliationUserReviewBreakCode class.

Parameters
breakCodeThe break code 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.GroupReconciliationUserReviewBreakCode.Equals ( GroupReconciliationUserReviewBreakCode  input)
inline

Returns true if GroupReconciliationUserReviewBreakCode instances are equal

Parameters
inputInstance of GroupReconciliationUserReviewBreakCode to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ AsAtAdded

DateTimeOffset Lusid.Sdk.Model.GroupReconciliationUserReviewBreakCode.AsAtAdded
getset

The timestamp of the added User Review input.

The timestamp of the added User Review input.

◆ AsAtInvalid

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

◆ BreakCode

string Lusid.Sdk.Model.GroupReconciliationUserReviewBreakCode.BreakCode
getset

The break code of the reconciliation result.

The break code of the reconciliation result.

◆ UserId

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