Open this page in the API Guide

ElementProcessParameter Constructor

Initializes a new instance of the ElementProcessParameter 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
public ElementProcessParameter(
	InputConnector input,
	ComponentSetting elementSetting,
	ConnectorElement connectorElement
)

Parameters

input
Type: Dundas.BI.Data.Transforms.InputConnector
The input.
elementSetting
Type: Dundas.BI.Data.Parameters.ComponentSetting
The element setting.
connectorElement
Type: Dundas.BI.Data.Transforms.ConnectorElement
The connector element.
Exceptions
ExceptionCondition
ArgumentNullExceptioninput or elementSetting or connectorElement is null.
See Also