Click or drag to resize
Grid Solutions Framework

ParameterDefinitions(IEnumerableIParameter) Constructor

Creates a new ParameterDefinitions instance.

Namespace: GrafanaAdapters.Functions
Assembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.182-beta
Syntax
public ParameterDefinitions(
	IEnumerable<IParameter> parameters
)
View Source

Parameters

parameters  IEnumerableIParameter
Parameters to include in the definitions.
Exceptions
ExceptionCondition
ArgumentException Parameter is not a definition type -- 'IsDefinition' property must be true -or- Parameter has no defined name -- 'Name' property cannot be null, empty or whitespace -or- Parameter name is not unique -- parameter with the same name is already defined.
See Also