Open this page in the API Guide

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

Parameters

value
Type: Dundas.BI.Data.Parameters.ParameterValue
The valid value.
compatibleDataTypes
Type: Dundas.BI.Data.Parameters.CompatibleDataTypes
The data types the value is targeted for.
caption
Type: System.String
The caption for the value.
description
Type: System.String
The description for the value.
Exceptions
ExceptionCondition
ArgumentNullExceptionvalue is null.
See Also