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

TransactionDateWindows More...

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

Public Member Functions

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

Protected Member Functions

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

Properties

string Left [get, set]
 Transaction Date Window for the left side of a reconciliation More...
 
string Right [get, set]
 Transaction Date Window for the right side of a reconciliation More...
 

Detailed Description

TransactionDateWindows

Constructor & Destructor Documentation

◆ TransactionDateWindows() [1/2]

Lusid.Sdk.Model.TransactionDateWindows.TransactionDateWindows ( )
inlineprotected

Initializes a new instance of the TransactionDateWindows class.

◆ TransactionDateWindows() [2/2]

Lusid.Sdk.Model.TransactionDateWindows.TransactionDateWindows ( string  left = default(string),
string  right = default(string) 
)
inline

Initializes a new instance of the TransactionDateWindows class.

Parameters
leftTransaction Date Window for the left side of a reconciliation (required).
rightTransaction Date Window for the right side of a reconciliation (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if TransactionDateWindows instances are equal

Parameters
inputInstance of TransactionDateWindows to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Left

string Lusid.Sdk.Model.TransactionDateWindows.Left
getset

Transaction Date Window for the left side of a reconciliation

Transaction Date Window for the left side of a reconciliation

◆ Right

string Lusid.Sdk.Model.TransactionDateWindows.Right
getset

Transaction Date Window for the right side of a reconciliation

Transaction Date Window for the right side of a reconciliation


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