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

EffectiveRange More...

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

Public Member Functions

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

Properties

DateTimeOffset FromDate [get, set]
 The effective from datetime that this range applies to. More...
 
DateTimeOffset UntilDate [get, set]
 The effective from datetime that this range applies to. More...
 

Detailed Description

EffectiveRange

Constructor & Destructor Documentation

◆ EffectiveRange()

Lusid.Sdk.Model.EffectiveRange.EffectiveRange ( DateTimeOffset  fromDate = default(DateTimeOffset),
DateTimeOffset  untilDate = default(DateTimeOffset) 
)
inline

Initializes a new instance of the EffectiveRange class.

Parameters
fromDateThe effective from datetime that this range applies to..
untilDateThe effective from datetime that this range applies to..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if EffectiveRange instances are equal

Parameters
inputInstance of EffectiveRange to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ FromDate

DateTimeOffset Lusid.Sdk.Model.EffectiveRange.FromDate
getset

The effective from datetime that this range applies to.

The effective from datetime that this range applies to.

◆ UntilDate

DateTimeOffset Lusid.Sdk.Model.EffectiveRange.UntilDate
getset

The effective from datetime that this range applies to.

The effective from datetime that this range applies to.


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