Click or drag to resize

DataSpecsGetKey Method

Returns the non-null, non-empty string key associated with dataSpec.

Namespace: DegreeDays.Api.Data
Assembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax
public string GetKey(
	DataSpec dataSpec
)

Parameters

dataSpec  DataSpec
A data specification held by this DataSpecs. Cannot be null.

Return Value

String
The non-null, non-empty string key associated with dataSpec.
Exceptions
ExceptionCondition
ArgumentNullExceptiondataSpec is null.
ArgumentExceptiondataSpec isn't equal to one stored in this object.
See Also