OutputElementSource Class

Encapsulates the information needed to generate a ConnectorElement for the transform OutputConnector.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Data.TransformsOutputElementSource

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 OutputElementSource

The OutputElementSource type exposes the following members.

Constructors
  NameDescription
Public methodOutputElementSource(OutputConnector, ConnectorElementExpression)
Initializes a new instance of the OutputElementSource class.
Public methodOutputElementSource(OutputConnector, String, ConnectorElement)
Initializes a new instance of the OutputElementSource class.
Public methodOutputElementSource(OutputConnector, ConnectorElement, Boolean, Boolean)
Initializes a new instance of the OutputElementSource class.
Public methodOutputElementSource(OutputConnector, FlattenMapping, IEnumerableConnectorElement, Boolean)
Initializes a new instance of the OutputElementSource class.
Public methodOutputElementSource(OutputConnector, String, String, DataType, IEnumerableConnectorElement, Boolean)
Initializes a new instance of the OutputElementSource class.
Public methodOutputElementSource(OutputConnector, Guid, String, String, DataType, IEnumerableConnectorElement, Boolean) Obsolete.
Initializes a new instance of the OutputElementSource class.
Public methodOutputElementSource(OutputConnector, String, String, DataType, IEnumerableConnectorElement, Boolean, ConnectorElementUsage)
Initializes a new instance of the OutputElementSource class.
Top
Properties
  NameDescription
Public propertyCaption
Gets the caption.
Public propertyCategory
Gets or sets the category.
Public propertyConnector
Gets the parent connector.
Public propertyDataType
Gets or sets the data type for the current instance.
Public propertyDescription
Gets the description.
Public propertyExpression
Gets the expression for the current instance, when applicable.
Public propertyInputDependencies
Gets the input dependencies.
Public propertyIsRequired
Gets a value indicating whether this instance, or its dependencies, are always required, irrespective of optimizations.
Public propertyName
Gets the name.
Public propertyTag
Gets or sets the tag.
Public propertyUsage
Gets the usage type for the current instance.
Top
See Also