ProcessParameter Constructor

Initializes a new instance of the ProcessParameter 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 ProcessParameter(
	EntityBase parentEntity,
	ComponentSetting componentSetting
)

Parameters

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
ExceptionCondition
ArgumentNullExceptionparentEntity or componentSetting is .
See Also