GenericParameter Constructor

Initializes a new instance of the GenericParameter 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
protected GenericParameter(
	ParameterPlaceholder placeholder,
	string name,
	string description,
	ParameterValueTypes availableValueTypes
)

Parameters

placeholder
Type: Dundas.BI.Data.ParametersParameterPlaceholder
The placeholder.
name
Type: SystemString
The name.
description
Type: SystemString
The description.
availableValueTypes
Type: Dundas.BI.Data.ParametersParameterValueTypes
The available value types.
See Also