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

GroupReconciliationInstanceId More...

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

Public Member Functions

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

Protected Member Functions

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

Properties

string InstanceIdType [get, set]
 Type of the reconciliation run, manual or automatic (via the workflow). Available values: WorkflowServiceTaskId, Manual. More...
 
string InstanceIdValue [get, set]
 Reconciliation run identifier: a manually-provided key or taskId. More...
 

Detailed Description

GroupReconciliationInstanceId

Constructor & Destructor Documentation

◆ GroupReconciliationInstanceId() [1/2]

Lusid.Sdk.Model.GroupReconciliationInstanceId.GroupReconciliationInstanceId ( )
inlineprotected

Initializes a new instance of the GroupReconciliationInstanceId class.

◆ GroupReconciliationInstanceId() [2/2]

Lusid.Sdk.Model.GroupReconciliationInstanceId.GroupReconciliationInstanceId ( string  instanceIdType = default(string),
string  instanceIdValue = default(string) 
)
inline

Initializes a new instance of the GroupReconciliationInstanceId class.

Parameters
instanceIdTypeType of the reconciliation run, manual or automatic (via the workflow). Available values: WorkflowServiceTaskId, Manual. (required).
instanceIdValueReconciliation run identifier: a manually-provided key or taskId. (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if GroupReconciliationInstanceId instances are equal

Parameters
inputInstance of GroupReconciliationInstanceId to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ InstanceIdType

string Lusid.Sdk.Model.GroupReconciliationInstanceId.InstanceIdType
getset

Type of the reconciliation run, manual or automatic (via the workflow). Available values: WorkflowServiceTaskId, Manual.

Type of the reconciliation run, manual or automatic (via the workflow). Available values: WorkflowServiceTaskId, Manual.

◆ InstanceIdValue

string Lusid.Sdk.Model.GroupReconciliationInstanceId.InstanceIdValue
getset

Reconciliation run identifier: a manually-provided key or taskId.

Reconciliation run identifier: a manually-provided key or taskId.


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