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

Specification for the transactions of a scheduled reconciliation More...

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

Public Member Functions

 ReconciliationTransactions (DateRange transactionWindow=default(DateRange), ResourceId mappingId=default(ResourceId))
 Initializes a new instance of the ReconciliationTransactions 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 (ReconciliationTransactions input)
 Returns true if ReconciliationTransactions instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Properties

DateRange TransactionWindow [get, set]
 Gets or Sets TransactionWindow More...
 
ResourceId MappingId [get, set]
 Gets or Sets MappingId More...
 

Detailed Description

Specification for the transactions of a scheduled reconciliation

Constructor & Destructor Documentation

◆ ReconciliationTransactions()

Lusid.Sdk.Model.ReconciliationTransactions.ReconciliationTransactions ( DateRange  transactionWindow = default(DateRange),
ResourceId  mappingId = default(ResourceId) 
)
inline

Initializes a new instance of the ReconciliationTransactions class.

Parameters
transactionWindowtransactionWindow.
mappingIdmappingId.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if ReconciliationTransactions instances are equal

Parameters
inputInstance of ReconciliationTransactions to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ MappingId

ResourceId Lusid.Sdk.Model.ReconciliationTransactions.MappingId
getset

Gets or Sets MappingId

◆ TransactionWindow

DateRange Lusid.Sdk.Model.ReconciliationTransactions.TransactionWindow
getset

Gets or Sets TransactionWindow


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