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

A standard representation of the effective date range for the event, used for display, filtering and windowing use cases. The start and end values for the eventDateRange are mapped from the particular dates contained within the specific InstrumentEvent schema. Note that the start and end values may be identical for some types of events. More...

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

Public Member Functions

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

Properties

DateTimeOffset Start [get, set]
 Gets or Sets Start More...
 
DateTimeOffset End [get, set]
 Gets or Sets End More...
 

Detailed Description

A standard representation of the effective date range for the event, used for display, filtering and windowing use cases. The start and end values for the eventDateRange are mapped from the particular dates contained within the specific InstrumentEvent schema. Note that the start and end values may be identical for some types of events.

Constructor & Destructor Documentation

◆ EventDateRange()

Lusid.Sdk.Model.EventDateRange.EventDateRange ( DateTimeOffset  start = default(DateTimeOffset),
DateTimeOffset  end = default(DateTimeOffset) 
)
inline

Initializes a new instance of the EventDateRange class.

Parameters
startstart.
endend.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if EventDateRange instances are equal

Parameters
inputInstance of EventDateRange to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ End

DateTimeOffset Lusid.Sdk.Model.EventDateRange.End
getset

Gets or Sets End

◆ Start

DateTimeOffset Lusid.Sdk.Model.EventDateRange.Start
getset

Gets or Sets Start


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