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

PropertyIntervalTimeSeries More...

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

Public Member Functions

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

Protected Member Functions

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

Properties

string Key [get, set]
 The property key that this time series belongs to. More...
 
List< PropertyIntervalValues [get, set]
 The complete time series (history) of intervals for the property key. More...
 

Detailed Description

PropertyIntervalTimeSeries

Constructor & Destructor Documentation

◆ PropertyIntervalTimeSeries() [1/2]

Lusid.Sdk.Model.PropertyIntervalTimeSeries.PropertyIntervalTimeSeries ( )
inlineprotected

Initializes a new instance of the PropertyIntervalTimeSeries class.

◆ PropertyIntervalTimeSeries() [2/2]

Lusid.Sdk.Model.PropertyIntervalTimeSeries.PropertyIntervalTimeSeries ( string  key = default(string),
List< PropertyInterval values = default(List<PropertyInterval>) 
)
inline

Initializes a new instance of the PropertyIntervalTimeSeries class.

Parameters
keyThe property key that this time series belongs to. (required).
valuesThe complete time series (history) of intervals for the property key. (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if PropertyIntervalTimeSeries instances are equal

Parameters
inputInstance of PropertyIntervalTimeSeries to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Key

string Lusid.Sdk.Model.PropertyIntervalTimeSeries.Key
getset

The property key that this time series belongs to.

The property key that this time series belongs to.

◆ Values

List<PropertyInterval> Lusid.Sdk.Model.PropertyIntervalTimeSeries.Values
getset

The complete time series (history) of intervals for the property key.

The complete time series (history) of intervals for the property key.


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