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

UpsertReconciliationBreakRequest More...

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

Public Member Functions

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

Properties

Dictionary< string, string > LeftFields [get, set]
 Fields for the left hand side of the reconciliation More...
 
Dictionary< string, string > RightFields [get, set]
 Fields for the right hand side of the reconciliation More...
 
string Diff [get, set]
 The difference between two matching fields More...
 

Detailed Description

UpsertReconciliationBreakRequest

Constructor & Destructor Documentation

◆ UpsertReconciliationBreakRequest()

Lusid.Sdk.Model.UpsertReconciliationBreakRequest.UpsertReconciliationBreakRequest ( Dictionary< string, string >  leftFields = default(Dictionary<string, string>),
Dictionary< string, string >  rightFields = default(Dictionary<string, string>),
string  diff = default(string) 
)
inline

Initializes a new instance of the UpsertReconciliationBreakRequest class.

Parameters
leftFieldsFields for the left hand side of the reconciliation.
rightFieldsFields for the right hand side of the reconciliation.
diffThe difference between two matching fields.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if UpsertReconciliationBreakRequest instances are equal

Parameters
inputInstance of UpsertReconciliationBreakRequest to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Diff

string Lusid.Sdk.Model.UpsertReconciliationBreakRequest.Diff
getset

The difference between two matching fields

The difference between two matching fields

◆ LeftFields

Dictionary<string, string> Lusid.Sdk.Model.UpsertReconciliationBreakRequest.LeftFields
getset

Fields for the left hand side of the reconciliation

Fields for the left hand side of the reconciliation

◆ RightFields

Dictionary<string, string> Lusid.Sdk.Model.UpsertReconciliationBreakRequest.RightFields
getset

Fields for the right hand side of the reconciliation

Fields for the right hand side of the reconciliation


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