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

GroupReconciliationDatePair More...

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

Public Member Functions

 GroupReconciliationDatePair (DateTimeOffset? effectiveAt=default(DateTimeOffset?), DateTimeOffset? asAt=default(DateTimeOffset?))
 Initializes a new instance of the GroupReconciliationDatePair 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 (GroupReconciliationDatePair input)
 Returns true if GroupReconciliationDatePair instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Properties

DateTimeOffset? EffectiveAt [get, set]
 The effective at date for the reconciliation More...
 
DateTimeOffset? AsAt [get, set]
 The as at date for the reconciliation More...
 

Detailed Description

GroupReconciliationDatePair

Constructor & Destructor Documentation

◆ GroupReconciliationDatePair()

Lusid.Sdk.Model.GroupReconciliationDatePair.GroupReconciliationDatePair ( DateTimeOffset?  effectiveAt = default(DateTimeOffset?),
DateTimeOffset?  asAt = default(DateTimeOffset?) 
)
inline

Initializes a new instance of the GroupReconciliationDatePair class.

Parameters
effectiveAtThe effective at date for the reconciliation.
asAtThe as at date for the reconciliation.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if GroupReconciliationDatePair instances are equal

Parameters
inputInstance of GroupReconciliationDatePair to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ AsAt

DateTimeOffset? Lusid.Sdk.Model.GroupReconciliationDatePair.AsAt
getset

The as at date for the reconciliation

The as at date for the reconciliation

◆ EffectiveAt

DateTimeOffset? Lusid.Sdk.Model.GroupReconciliationDatePair.EffectiveAt
getset

The effective at date for the reconciliation

The effective at date for the reconciliation


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