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 (26.2.0.1000)
Syntax
protected GenericParameter(
	ParameterPlaceholder placeholder,
	string name,
	string description,
	ParameterValueTypes availableValueTypes
)

Parameters

placeholder  ParameterPlaceholder
The placeholder.
name  String
The name.
description  String
The description.
availableValueTypes  ParameterValueTypes
The available value types.
See Also