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

Parameters

input  InputConnector
The input.
elementSetting  ComponentSetting
The element setting.
connectorElement  ConnectorElement
The connector element.
Exceptions
ExceptionCondition
ArgumentNullExceptioninput or elementSetting or connectorElement is .
See Also