TransformConnector Class

The base class for transform inputs and outputs.
Inheritance Hierarchy

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 abstract class TransformConnector : DescriptorBase

The TransformConnector type exposes the following members.

Constructors
  NameDescription
Protected methodTransformConnector(Transform, Guid)
Initializes a new instance of the TransformConnector class.
Protected methodTransformConnector(Transform, Guid, String, String, ConnectorDataFormats)
Initializes a new instance of the TransformConnector class.
Top
Properties
  NameDescription
Public propertyCaption
Gets the caption to identify this connector for the user.
Public propertyConnectedTo
Gets the connected process connector.
Public propertyDataFormat
Gets the data format.
Public propertyDataReader
Gets the ITransformReader for the current instance, responsible for data retrieval.
Public propertyDescription
Gets or sets the object description.
(Inherited from DescriptorBase.)
Public propertyElements
Gets the connector elements.
Public propertyId
Gets the object ID.
(Inherited from DescriptorBase.)
Public propertyIsConnected
Gets a value indicating whether this instance is connected.
Public propertyName
Gets or sets the object name.
(Inherited from DescriptorBase.)
Public propertyTransform
Gets the parent transform.
Top
Methods
  NameDescription
Protected methodAddElement
Adds an element to the internal element collection.
Protected methodAddElements
Adds an element to the internal element collection.
Protected methodClearElements
Clears the elements.
Public methodConnect
Connects the current instance to the specified connector.
Public methodDisconnect
Disconnects this instance from its corresponding connector.
Protected methodRemoveElement
Removes the element, as well as any dependencies or associated parameters.
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.
Top
See Also