OutputConnector Class

The process output class.
Inheritance Hierarchy

Namespace:  Dundas.BI.Data.Transforms
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1001)
Syntax
public class OutputConnector : TransformConnector, 
	IDisposable

The OutputConnector type exposes the following members.

Constructors
  NameDescription
Public methodOutputConnector(Transform, Guid, String, String, ConnectorDataFormats)
Initializes a new instance of the OutputConnector class.
Public methodOutputConnector(Transform, Guid, String, String, ConnectorDataFormats, ElementCreation)
Initializes a new instance of the OutputConnector class.
Top
Properties
  NameDescription
Public propertyCaption
Gets the caption to identify this connector for the user.
(Inherited from TransformConnector.)
Public propertyConnectedTo
Gets the connected process connector.
(Inherited from TransformConnector.)
Public propertyDataFormat
Gets the data format.
(Inherited from TransformConnector.)
Public propertyDataReader
Gets the ITransformReader for the current instance, responsible for data retrieval.
(Overrides TransformConnectorDataReader.)
Public propertyDescription
Gets or sets the object description.
(Inherited from DescriptorBase.)
Public propertyElementCreation
Gets the connector element creation methodology for the current instance.
Public propertyElements
Gets the connector elements.
(Inherited from TransformConnector.)
Public propertyId
Gets the object ID.
(Inherited from DescriptorBase.)
Public propertyIsConnected
Gets a value indicating whether this instance is connected.
(Inherited from TransformConnector.)
Public propertyName
Gets or sets the object name.
(Inherited from DescriptorBase.)
Public propertyTransform
Gets the parent transform.
(Inherited from TransformConnector.)
Top
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