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 (26.2.0.1000)
Syntax
protected ProcessParameter(
	EntityBase parentEntity,
	ComponentSetting componentSetting
)

Parameters

parentEntity  EntityBase
The parent entity.
componentSetting  ComponentSetting
The component setting that is used to generate the current instance.
Exceptions
ExceptionCondition
ArgumentNullExceptionparentEntity or componentSetting is .
See Also