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

UpsertReconciliationRunRequest More...

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

Public Member Functions

 UpsertReconciliationRunRequest (DateTimeOffset date=default(DateTimeOffset), int version=default(int))
 Initializes a new instance of the UpsertReconciliationRunRequest 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 (UpsertReconciliationRunRequest input)
 Returns true if UpsertReconciliationRunRequest instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

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

Properties

DateTimeOffset Date [get, set]
 The effective date of the reconciliation run More...
 
int _Version [get, set]
 The version number for a run More...
 

Detailed Description

UpsertReconciliationRunRequest

Constructor & Destructor Documentation

◆ UpsertReconciliationRunRequest() [1/2]

Lusid.Sdk.Model.UpsertReconciliationRunRequest.UpsertReconciliationRunRequest ( )
inlineprotected

Initializes a new instance of the UpsertReconciliationRunRequest class.

◆ UpsertReconciliationRunRequest() [2/2]

Lusid.Sdk.Model.UpsertReconciliationRunRequest.UpsertReconciliationRunRequest ( DateTimeOffset  date = default(DateTimeOffset),
int  version = default(int) 
)
inline

Initializes a new instance of the UpsertReconciliationRunRequest class.

Parameters
dateThe effective date of the reconciliation run (required).
versionThe version number for a run (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if UpsertReconciliationRunRequest instances are equal

Parameters
inputInstance of UpsertReconciliationRunRequest to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ _Version

int Lusid.Sdk.Model.UpsertReconciliationRunRequest._Version
getset

The version number for a run

The version number for a run

◆ Date

DateTimeOffset Lusid.Sdk.Model.UpsertReconciliationRunRequest.Date
getset

The effective date of the reconciliation run

The effective date of the reconciliation run


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