ValidValue Constructor

Initializes a new instance of the ValidValue 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 ValidValue(
	ParameterValue value,
	string caption,
	string description
)

Parameters

value
Type: Dundas.BI.Data.ParametersParameterValue
The value.
caption
Type: SystemString
The caption.
description
Type: SystemString
The description.
Exceptions
ExceptionCondition
ArgumentNullExceptionvalue is .
See Also