TransformConnector Class |
Namespace: Dundas.BI.Data.Transforms
The TransformConnector type exposes the following members.
| Name | Description | |
|---|---|---|
| TransformConnector(Transform, Guid) |
Initializes a new instance of the TransformConnector class.
| |
| TransformConnector(Transform, Guid, String, String, ConnectorDataFormats) |
Initializes a new instance of the TransformConnector class.
|
| Name | Description | |
|---|---|---|
| Caption |
Gets the caption to identify this connector for the user.
| |
| ConnectedTo |
Gets the connected process connector.
| |
| DataFormat |
Gets the data format.
| |
| DataReader |
Gets the ITransformReader for the current instance, responsible for data retrieval.
| |
| Description |
Gets or sets the object description.
(Inherited from DescriptorBase.) | |
| Elements |
Gets the connector elements.
| |
| Id |
Gets the object ID.
(Inherited from DescriptorBase.) | |
| IsConnected |
Gets a value indicating whether this instance is connected.
| |
| Name |
Gets or sets the object name.
(Inherited from DescriptorBase.) | |
| Transform |
Gets the parent transform.
|
| Name | Description | |
|---|---|---|
| AddElement |
Adds an element to the internal element collection.
| |
| AddElements |
Adds an element to the internal element collection.
| |
| ClearElements |
Clears the elements.
| |
| Connect |
Connects the current instance to the specified connector.
| |
| Disconnect |
Disconnects this instance from its corresponding connector.
| |
| RemoveElement |
Removes the element, as well as any dependencies or associated parameters.
| |
| ToString | Returns a string that represents the current object. (Inherited from DescriptorBase.) | |
| TryRemoveElement |
Removes the element if there are no dependencies and not parameters associated. Otherwise, the operation is canceled.
|