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

DataSeries More...

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

Public Member Functions

 DataSeries (string seriesScope=default(string), ApplicableEntity applicableEntity=default(ApplicableEntity), Dictionary< string, Object > seriesIdentifiers=default(Dictionary< string, Object >))
 Initializes a new instance of the DataSeries 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 (DataSeries input)
 Returns true if DataSeries instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

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

Properties

string SeriesScope [get, set]
 The scope of the DataSeries. More...
 
ApplicableEntity ApplicableEntity [get, set]
 Gets or Sets ApplicableEntity More...
 
Dictionary< string, Object > SeriesIdentifiers [get, set]
 The identifiers that uniquely define this DataSeries, if any, structured according to the FieldSchema of the parent RelationalDatasetDefinition. More...
 

Detailed Description

DataSeries

Constructor & Destructor Documentation

◆ DataSeries() [1/2]

Lusid.Sdk.Model.DataSeries.DataSeries ( )
inlineprotected

Initializes a new instance of the DataSeries class.

◆ DataSeries() [2/2]

Lusid.Sdk.Model.DataSeries.DataSeries ( string  seriesScope = default(string),
ApplicableEntity  applicableEntity = default(ApplicableEntity),
Dictionary< string, Object >  seriesIdentifiers = default(Dictionary<string, Object>) 
)
inline

Initializes a new instance of the DataSeries class.

Parameters
seriesScopeThe scope of the DataSeries. (required).
applicableEntityapplicableEntity (required).
seriesIdentifiersThe identifiers that uniquely define this DataSeries, if any, structured according to the FieldSchema of the parent RelationalDatasetDefinition..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if DataSeries instances are equal

Parameters
inputInstance of DataSeries to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ ApplicableEntity

ApplicableEntity Lusid.Sdk.Model.DataSeries.ApplicableEntity
getset

Gets or Sets ApplicableEntity

◆ SeriesIdentifiers

Dictionary<string, Object> Lusid.Sdk.Model.DataSeries.SeriesIdentifiers
getset

The identifiers that uniquely define this DataSeries, if any, structured according to the FieldSchema of the parent RelationalDatasetDefinition.

The identifiers that uniquely define this DataSeries, if any, structured according to the FieldSchema of the parent RelationalDatasetDefinition.

◆ SeriesScope

string Lusid.Sdk.Model.DataSeries.SeriesScope
getset

The scope of the DataSeries.

The scope of the DataSeries.


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