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

ReconciliationRunBreak More...

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

Public Member Functions

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

Properties

ReconciliationBreakId Id [get, set]
 Gets or Sets Id More...
 
string Href [get, set]
 The specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime. More...
 
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...
 
List< LinkLinks [get, set]
 Gets or Sets Links More...
 

Detailed Description

ReconciliationRunBreak

Constructor & Destructor Documentation

◆ ReconciliationRunBreak()

Lusid.Sdk.Model.ReconciliationRunBreak.ReconciliationRunBreak ( ReconciliationBreakId  id = default(ReconciliationBreakId),
string  href = default(string),
Dictionary< string, string >  leftFields = default(Dictionary<string, string>),
Dictionary< string, string >  rightFields = default(Dictionary<string, string>),
string  diff = default(string),
List< Link links = default(List<Link>) 
)
inline

Initializes a new instance of the ReconciliationRunBreak class.

Parameters
idid.
hrefThe specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime..
leftFieldsFields for the left hand side of the reconciliation.
rightFieldsFields for the right hand side of the reconciliation.
diffThe difference between two matching fields.
linkslinks.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if ReconciliationRunBreak instances are equal

Parameters
inputInstance of ReconciliationRunBreak to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Diff

string Lusid.Sdk.Model.ReconciliationRunBreak.Diff
getset

The difference between two matching fields

The difference between two matching fields

◆ Href

string Lusid.Sdk.Model.ReconciliationRunBreak.Href
getset

The specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime.

The specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime.

◆ Id

ReconciliationBreakId Lusid.Sdk.Model.ReconciliationRunBreak.Id
getset

Gets or Sets Id

◆ LeftFields

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

Fields for the left hand side of the reconciliation

Fields for the left hand side of the reconciliation

◆ Links

List<Link> Lusid.Sdk.Model.ReconciliationRunBreak.Links
getset

Gets or Sets Links

◆ RightFields

Dictionary<string, string> Lusid.Sdk.Model.ReconciliationRunBreak.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: