DataSetsBuilder Constructor |
Note that this constructor would only usually be called by an
IResponseParser, and that's not an
interface that you are likely to need to deal with unless you are replacing
parts of the framework.
Namespace: DegreeDays.Api.DataAssembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax public Builder(
DataSpecs dataSpecs
)
Public Sub New (
dataSpecs As DataSpecs
)
Parameters
- dataSpecs DataSpecs
- Should be the DataSpecs object from the
LocationDataRequest that led to this response. You can
also pass in null (and it's possible that you might want to if
you're writing test cases for your own implementation of
IResponseParser), but then you
won't be able to use the methods of DataSets that take a
DataSpec as an argument.
See Also