InputConnector Class

The process input.
Inheritance Hierarchy

Namespace:  Dundas.BI.Data.Transforms
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public class InputConnector : TransformConnector

The InputConnector type exposes the following members.

Constructors
  NameDescription
Public methodInputConnector
Initializes a new instance of the InputConnector class.
Top
Properties
  NameDescription
Public propertyCaption
Gets the caption to identify this connector for the user.
(Overrides TransformConnectorCaption.)
Public propertyConnectedTo
Gets the connected process connector.
(Inherited from TransformConnector.)
Public propertyDataFormat
Gets the data format.
(Inherited from TransformConnector.)
Public propertyDataReader
Gets the ITransformReader for the current instance, responsible for data retrieval.
(Overrides TransformConnectorDataReader.)
Public propertyDescription
Gets or sets the object description.
(Inherited from DescriptorBase.)
Public propertyElements
Gets the connector elements.
(Inherited from TransformConnector.)
Public propertyElementSettings
Gets the element settings.
Public propertyErrorHandling
Gets the error handling type.
Public propertyId
Gets the object ID.
(Inherited from DescriptorBase.)
Public propertyIsConnected
Gets a value indicating whether this instance is connected.
(Inherited from TransformConnector.)
Public propertyIsConnectionRequired
Gets a value indicating whether this instance is connection required.
Public propertyName
Gets or sets the object name.
(Inherited from DescriptorBase.)
Public propertyTransform
Gets the parent transform.
(Inherited from TransformConnector.)
Public propertyTransformElements
Gets the group of ConnectorElements belonging to the current instance, elements that are used to set the proper transform functionality.
Public propertyTransformSettings
Gets the transform settings applicable to this instance.
Top
Methods
  NameDescription
Protected methodAddElement
Adds an element to the internal element collection.
(Inherited from TransformConnector.)
Protected methodAddElements
Adds an element to the internal element collection.
(Inherited from TransformConnector.)
Protected methodClearElements
Clears the elements.
(Inherited from TransformConnector.)
Public methodConnect
Connects the current instance to the specified connector.
(Inherited from TransformConnector.)
Public methodDisconnect
Disconnects this instance from its corresponding connector.
(Overrides TransformConnectorDisconnect.)
Protected methodRemoveElement
Removes the element, as well as any dependencies or associated parameters.
(Inherited from TransformConnector.)
Public methodToString
Returns a string that represents the current object.
(Inherited from DescriptorBase.)
Protected methodTryRemoveElement
Removes the element if there are no dependencies and not parameters associated. Otherwise, the operation is canceled.
(Inherited from TransformConnector.)
Top
See Also