ValidElementValue Constructor

Initializes a new instance of the ValidElementValue class.

Namespace: Dundas.BI.Data.Parameters
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public ValidElementValue(
	ParameterValue value,
	CompatibleDataTypes compatibleDataTypes,
	string caption,
	string description
)

Parameters

value  ParameterValue
The valid value.
compatibleDataTypes  CompatibleDataTypes
The data types the value is targeted for.
caption  String
The caption for the value.
description  String
The description for the value.
Exceptions
ExceptionCondition
ArgumentNullExceptionvalue is .
See Also