Open this page in the API Guide

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

Parameters

placeholder
Type: Dundas.BI.Data.Parameters.ParameterPlaceholder
The placeholder.
name
Type: System.String
The name.
description
Type: System.String
The description.
availableValueTypes
Type: Dundas.BI.Data.Parameters.ParameterValueTypes
The available value types.
See Also