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

GroupReconciliationRunRequest More...

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

Public Member Functions

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

Protected Member Functions

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

Properties

string InstanceId [get, set]
 Reconciliation run Id. Consists of run type (manual or workflow) and identifier. More...
 
GroupReconciliationDates DatesToReconcile [get, set]
 Gets or Sets DatesToReconcile More...
 

Detailed Description

GroupReconciliationRunRequest

Constructor & Destructor Documentation

◆ GroupReconciliationRunRequest() [1/2]

Lusid.Sdk.Model.GroupReconciliationRunRequest.GroupReconciliationRunRequest ( )
inlineprotected

Initializes a new instance of the GroupReconciliationRunRequest class.

◆ GroupReconciliationRunRequest() [2/2]

Lusid.Sdk.Model.GroupReconciliationRunRequest.GroupReconciliationRunRequest ( string  instanceId = default(string),
GroupReconciliationDates  datesToReconcile = default(GroupReconciliationDates) 
)
inline

Initializes a new instance of the GroupReconciliationRunRequest class.

Parameters
instanceIdReconciliation run Id. Consists of run type (manual or workflow) and identifier. (required).
datesToReconciledatesToReconcile.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if GroupReconciliationRunRequest instances are equal

Parameters
inputInstance of GroupReconciliationRunRequest to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ DatesToReconcile

GroupReconciliationDates Lusid.Sdk.Model.GroupReconciliationRunRequest.DatesToReconcile
getset

Gets or Sets DatesToReconcile

◆ InstanceId

string Lusid.Sdk.Model.GroupReconciliationRunRequest.InstanceId
getset

Reconciliation run Id. Consists of run type (manual or workflow) and identifier.

Reconciliation run Id. Consists of run type (manual or workflow) and identifier.


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