InputConnector Constructor

Initializes a new instance of the InputConnector 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 InputConnector(
	Transform transform,
	Guid id,
	string name,
	string description,
	ConnectorDataFormats dataFormat,
	IList<ComponentSetting> transformSettings,
	ConnectorElementGroup transformElements,
	IList<ComponentSetting> elementSettings,
	bool isConnectionRequired,
	ErrorHandlingPolicy errorHandling
)

Parameters

transform
Type: Dundas.BI.Data.TransformsTransform
The parent transform.
id
Type: SystemGuid
The component ID.
name
Type: SystemString
The name of the component.
description
Type: SystemString
The component description.
dataFormat
Type: Dundas.BI.Data.TransformsConnectorDataFormats
The data format.
transformSettings
Type: System.Collections.GenericIListComponentSetting
The transform settings.
transformElements
Type: Dundas.BI.Data.TransformsConnectorElementGroup
The transform elements.
elementSettings
Type: System.Collections.GenericIListComponentSetting
The element settings.
isConnectionRequired
Type: SystemBoolean
A value that specifies if the input must have a valid connection.
errorHandling
Type: Dundas.BI.Data.TransformsErrorHandlingPolicy
The error handling.
See Also