OutputConnector Class |
Namespace: Dundas.BI.Data.Transforms
The OutputConnector type exposes the following members.
Name | Description | |
---|---|---|
OutputConnector(Transform, Guid, String, String, ConnectorDataFormats) |
Initializes a new instance of the OutputConnector class.
| |
OutputConnector(Transform, Guid, String, String, ConnectorDataFormats, ElementCreation) |
Initializes a new instance of the OutputConnector class.
|
Name | Description | |
---|---|---|
Caption |
Gets the caption to identify this connector for the user.
(Inherited from TransformConnector.) | |
ConnectedTo |
Gets the connected process connector.
(Inherited from TransformConnector.) | |
DataFormat |
Gets the data format.
(Inherited from TransformConnector.) | |
DataReader |
Gets the ITransformReader for the current instance, responsible for data retrieval.
(Overrides TransformConnectorDataReader.) | |
Description |
Gets or sets the object description.
(Inherited from DescriptorBase.) | |
ElementCreation |
Gets the connector element creation methodology for the current instance.
| |
Elements |
Gets the connector elements.
(Inherited from TransformConnector.) | |
Id |
Gets the object ID.
(Inherited from DescriptorBase.) | |
IsConnected |
Gets a value indicating whether this instance is connected.
(Inherited from TransformConnector.) | |
Name |
Gets or sets the object name.
(Inherited from DescriptorBase.) | |
Transform |
Gets the parent transform.
(Inherited from TransformConnector.) |
Name | Description | |
---|---|---|
AddElement |
Adds an element to the internal element collection.
(Inherited from TransformConnector.) | |
AddElements |
Adds an element to the internal element collection.
(Inherited from TransformConnector.) | |
ClearElements |
Clears the elements.
(Inherited from TransformConnector.) | |
Connect |
Connects the current instance to the specified connector.
(Overrides TransformConnectorConnect(TransformConnector).) | |
Disconnect |
Disconnects this instance from its corresponding connector.
(Overrides TransformConnectorDisconnect.) | |
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. | |
Dispose(Boolean) |
Releases unmanaged and - optionally - managed resources.
| |
Finalize |
Finalizes an instance of the OutputConnector class.
(Overrides ObjectFinalize.) | |
RemoveElement |
Removes the element, as well as any dependencies or associated parameters.
(Inherited from TransformConnector.) | |
RemoveUserElement |
Removes the user element.
| |
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.
(Inherited from TransformConnector.) |