Click or drag to resize

DataSetsBuilderBuild Method

Returns a new DataSets object created according to the specification held by this builder.

Namespace: DegreeDays.Api.Data
Assembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax
public DataSets Build()

Return Value

DataSets
The new DataSets object.
Exceptions
ExceptionCondition
InvalidOperationExceptionThis builder was was created with a DataSpecs object (which it usually would be) but does not contain all the data set objects or Failure objects that would be expected in a response to a request for that data.
See Also