OutputConnector Methods |
The OutputConnector type exposes the following members.
| 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.) |