Click or drag to resize

LocationDataResponse Class

Contains the degree-day data generated to fulfil a LocationDataRequest.
Inheritance Hierarchy
SystemObject
  DegreeDays.ApiResponse
    DegreeDays.Api.DataLocationDataResponse

Namespace: DegreeDays.Api.Data
Assembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax
public sealed class LocationDataResponse : Response

The LocationDataResponse type exposes the following members.

Properties
 NameDescription
Public propertyDataSets Gets the non-null DataSets object containing the sets of data generated to fulfil the DataSpecs from the LocationDataRequest that led to this response.
Public propertyMetadata Gets a non-null ResponseMetadata object containing metadata sent back with the response from the API servers, including details of the account's current rate limit.
(Inherited from Response)
Public propertySources Gets the non-null, non-empty list of source(s) (essentially weather stations) that were used to generate the data in this response.
Public propertyStationId Gets the non-null, non-empty canonical ID of the weather station or combination of weather stations that supplied the temperature data used to calculate the returned degree days.
Public propertyTargetLongLat Gets the non-null LongLat that specifies the geographic position of the Location from the LocationDataRequest that led to this response.
Top
Methods
 NameDescription
Public methodEquals Returns true if obj is a LocationDataResponse with equal values for everything apart from the Metadata (which is not considered in the equality test).
(Overrides ObjectEquals(Object))
Public methodGetHashCode Overridden to ensure consistency with Equals.
(Overrides ObjectGetHashCode)
Public methodToString Returns a non-null, non-empty string representation of this instance for logging and debugging purposes.
(Overrides ObjectToString)
Top
Thread Safety
Instances of this class are immutable. You can safely reuse them and call them from multiple threads at once.
See Also