Open this page in the API Guide

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

Parameters

parentEntity
Type: Dundas.BI.Entities.EntityBase
The parent entity.
componentSetting
Type: Dundas.BI.Data.Parameters.ComponentSetting
The component setting that is used to generate the current instance.
Exceptions
ExceptionCondition
ArgumentNullExceptionparentEntity or componentSetting is null.
See Also