Data |
The DataSets type exposes the following members.
Name | Description | |
---|---|---|
Equals |
A DataSets object is equal to another DataSets
object with an equal data set for each DataSpec that
it was created with.
(Overrides ObjectEquals(Object)) | |
GetAverage | Returns the AverageDataSet that was generated to fulfil the specified AverageDataSpec from the request, or throws a SourceDataException if no such data set could be generated. | |
GetBase | Returns the DataSetBase that was generated to fulfil the specified DataSpec from the request, or throws a SourceDataException if no such data set could be generated. | |
GetBaseWithKey | For unusual use cases, this enables you to access the DataSetBase objects using the string keys that are usually managed internally. | |
GetDated | Returns the DatedDataSet that was generated to fulfil the specified DatedDataSpec from the request, or throws a SourceDataException if no such data set could be generated. | |
GetHashCode |
Overridden to ensure consistency with Equals.
(Overrides ObjectGetHashCode) | |
GetTimeSeries | Returns the TimeSeriesDataSet that was generated to fulfil the specified TimeSeriesDataSpec from the request, or throws a SourceDataException if no such data set could be generated. | |
ToString |
Returns a non-null, non-empty string representation of this instance for logging and debugging purposes.
(Overrides ObjectToString) |