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 (24.3.0.1000)
Syntax
public ValidElementValue(
	ParameterValue value,
	CompatibleDataTypes compatibleDataTypes,
	string caption,
	string description
)

Parameters

value
Type: Dundas.BI.Data.ParametersParameterValue
The valid value.
compatibleDataTypes
Type: Dundas.BI.Data.ParametersCompatibleDataTypes
The data types the value is targeted for.
caption
Type: SystemString
The caption for the value.
description
Type: SystemString
The description for the value.
Exceptions
ExceptionCondition
ArgumentNullExceptionvalue is .
See Also