GenericParameter Constructor  | 
  
    Namespace: 
   Dundas.BI.Data.Parameters
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxprotected GenericParameter(
	ParameterPlaceholder placeholder,
	string name,
	string description,
	ParameterValueTypes availableValueTypes
)
Protected Sub New ( 
	placeholder As ParameterPlaceholder,
	name As String,
	description As String,
	availableValueTypes As ParameterValueTypes
)
protected:
GenericParameter(
	ParameterPlaceholder^ placeholder, 
	String^ name, 
	String^ description, 
	ParameterValueTypes availableValueTypes
)
new : 
        placeholder : ParameterPlaceholder * 
        name : string * 
        description : string * 
        availableValueTypes : ParameterValueTypes -> GenericParameterParameters
- 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