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 (24.3.0.1000)
Syntax
public ElementProcessParameter(
	InputConnector input,
	ComponentSetting elementSetting,
	ConnectorElement connectorElement
)

Parameters

input
Type: Dundas.BI.Data.TransformsInputConnector
The input.
elementSetting
Type: Dundas.BI.Data.ParametersComponentSetting
The element setting.
connectorElement
Type: Dundas.BI.Data.TransformsConnectorElement
The connector element.
Exceptions
ExceptionCondition
ArgumentNullExceptioninput or elementSetting or connectorElement is .
See Also