DataSpecs(DataSpec) Constructor |
Constructs a DataSpecs object containing the specified
DataSpec objects.
Namespace: DegreeDays.Api.DataAssembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax public DataSpecs(
params DataSpec[] dataSpecObjects
)
Public Sub New (
ParamArray dataSpecObjects As DataSpec()
)
Parameters
- dataSpecObjects DataSpec
- The DataSpec objects that you want this
DataSpecs to contain. Cannot be null, cannot contain any null values,
cannot be empty, and cannot include more than 120 items.
Exceptions Remarks Keys will be auto-generated, and duplicates will be
filtered. (See the DataSpecs class remarks for an
explanation of keys and the uniqueness of DataSpec objects.)
See Also