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

RelationalDataSeriesResponse More...

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

Public Member Functions

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

Protected Member Functions

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

Properties

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

Detailed Description

RelationalDataSeriesResponse

Constructor & Destructor Documentation

◆ RelationalDataSeriesResponse() [1/2]

Lusid.Sdk.Model.RelationalDataSeriesResponse.RelationalDataSeriesResponse ( )
inlineprotected

Initializes a new instance of the RelationalDataSeriesResponse class.

◆ RelationalDataSeriesResponse() [2/2]

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

Initializes a new instance of the RelationalDataSeriesResponse 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. (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if RelationalDataSeriesResponse instances are equal

Parameters
inputInstance of RelationalDataSeriesResponse to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ ApplicableEntity

ApplicableEntity Lusid.Sdk.Model.RelationalDataSeriesResponse.ApplicableEntity
getset

Gets or Sets ApplicableEntity

◆ SeriesIdentifiers

Dictionary<string, RelationalDataPointFieldValueResponse> Lusid.Sdk.Model.RelationalDataSeriesResponse.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.RelationalDataSeriesResponse.SeriesScope
getset

The scope of the DataSeries.

The scope of the DataSeries.


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