ProcessParameter 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 ProcessParameter(
	EntityBase parentEntity,
	ComponentSetting componentSetting
)
Protected Sub New ( 
	parentEntity As EntityBase,
	componentSetting As ComponentSetting
)
protected:
ProcessParameter(
	EntityBase^ parentEntity, 
	ComponentSetting^ componentSetting
)
new : 
        parentEntity : EntityBase * 
        componentSetting : ComponentSetting -> ProcessParameterParameters
- parentEntity
 - Type: Dundas.BI.EntitiesEntityBase
The parent entity. - componentSetting
 - Type: Dundas.BI.Data.ParametersComponentSetting
The component setting that is used to generate the current instance. 
Exceptions
See Also