Click or drag to resize

DataSpecsCustomKeyBuilderBuild Method

Creates a DataSpecs object with the configuration that is currently held by this Builder.

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

Return Value

DataSpecs
Exceptions
ExceptionCondition
InvalidOperationExceptionYou have not added at least one key-DataSpec pair, or you have added more than 120.
See Also