OutputConnector Methods

The OutputConnector type exposes the following members.

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.
(Overrides TransformConnectorConnect(TransformConnector).)
Public methodDisconnect
Disconnects this instance from its corresponding connector.
(Overrides TransformConnectorDisconnect.)
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Protected methodDispose(Boolean)
Releases unmanaged and - optionally - managed resources.
Protected methodFinalize
Finalizes an instance of the OutputConnector class.
(Overrides ObjectFinalize.)
Protected methodRemoveElement
Removes the element, as well as any dependencies or associated parameters.
(Inherited from TransformConnector.)
Public methodRemoveUserElement
Removes the user element.
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