OutputElementSource Constructor (OutputConnector, FlattenMapping, IEnumerableConnectorElement, 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,
	FlattenMapping map,
	IEnumerable<ConnectorElement> inputElements,
	bool isRequired
)

Parameters

connector
Type: Dundas.BI.Data.TransformsOutputConnector
The parent connector.
map
Type: Dundas.BI.Data.TransformsFlattenMapping
The flattening mapping that is used to generate the tabular column.
inputElements
Type: System.Collections.GenericIEnumerableConnectorElement
All the input elements used to generate the current instance values.
isRequired
Type: SystemBoolean
Use only when the current instance or its dependencies is mandatory for the transform, irrespective of optimizations.
Exceptions
ExceptionCondition
ArgumentNullExceptionconnector or inputElements is .
Remarks
Use this constructor when the output result is derived from one or more input elements.
See Also