|
LUSID C# SDK
|
RelationalDataSeriesResponse More...

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, RelationalDataPointFieldValueResponse > | SeriesIdentifiers [get, set] |
| The identifiers that uniquely define this DataSeries, if any, structured according to the FieldSchema of the parent RelationalDatasetDefinition. More... | |
|
inlineprotected |
Initializes a new instance of the RelationalDataSeriesResponse class.
|
inline |
Initializes a new instance of the RelationalDataSeriesResponse class.
| seriesScope | The scope of the DataSeries. (required). |
| applicableEntity | applicableEntity (required). |
| seriesIdentifiers | The identifiers that uniquely define this DataSeries, if any, structured according to the FieldSchema of the parent RelationalDatasetDefinition. (required). |
|
inline |
Returns true if objects are equal
| input | Object to be compared |
|
inline |
Returns true if RelationalDataSeriesResponse instances are equal
| input | Instance of RelationalDataSeriesResponse to be compared |
|
inline |
Gets the hash code
|
inlinevirtual |
Returns the JSON string presentation of the object
|
inline |
Returns the string presentation of the object
|
getset |
Gets or Sets ApplicableEntity
|
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.
|
getset |
The scope of the DataSeries.
The scope of the DataSeries.