OutputElementSource Constructor (OutputConnector, ConnectorElement, Boolean, Boolean)

Initializes a new instance of the OutputElementSource class.

Namespace:  Dundas.BI.Data.Transforms
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public OutputElementSource(
	OutputConnector connector,
	ConnectorElement inputElement,
	bool isPassive,
	bool isRequired
)

Parameters

connector
Type: Dundas.BI.Data.TransformsOutputConnector
The parent connector.
inputElement
Type: Dundas.BI.Data.TransformsConnectorElement
The input element.
isPassive
Type: SystemBoolean
Use the value when the input element data is not changed by the current Transform.
isRequired
Type: SystemBoolean
Use only when the current instance or its dependencies is mandatory for the transform, irrespective of optimizations.
Exceptions
ExceptionCondition
ArgumentNullExceptionconnector or inputElement is .
Remarks
Use this constructor when the output result is generated by a single input element.
See Also