OutputElementSource Class | 
 
Inheritance Hierarchy 
    Namespace: 
   Dundas.BI.Data.Transforms
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic class OutputElementSource
Public Class OutputElementSource
public ref class OutputElementSource
type OutputElementSource =  class end
The OutputElementSource type exposes the following members.
Constructors| 
								 
							 | Name | Description | 
|---|
  | OutputElementSource(OutputConnector, ConnectorElementExpression) | 
            Initializes a new instance of the OutputElementSource class.
              | 
  | OutputElementSource(OutputConnector, String, ConnectorElement) | 
            Initializes a new instance of the OutputElementSource class.
              | 
  | OutputElementSource(OutputConnector, ConnectorElement, Boolean, Boolean) | 
            Initializes a new instance of the OutputElementSource class.
              | 
  | OutputElementSource(OutputConnector, FlattenMapping, IEnumerableConnectorElement, Boolean) | 
            Initializes a new instance of the OutputElementSource class.
              | 
  | OutputElementSource(OutputConnector, String, String, DataType, IEnumerableConnectorElement, Boolean) | 
            Initializes a new instance of the OutputElementSource class.
              | 
  | OutputElementSource(OutputConnector, Guid, String, String, DataType, IEnumerableConnectorElement, Boolean) |  Obsolete.  
            Initializes a new instance of the OutputElementSource class.
              | 
  | OutputElementSource(OutputConnector, String, String, DataType, IEnumerableConnectorElement, Boolean, ConnectorElementUsage) | 
            Initializes a new instance of the OutputElementSource class.
              | 
Top
Properties| 
								 
							 | Name | Description | 
|---|
  | Caption | 
            Gets the caption.
              | 
  | Category | 
            Gets or sets the category.
              | 
  | Connector | 
            Gets the parent connector.
              | 
  | DataType | 
            Gets or sets the data type for the current instance.
              | 
  | Description | 
            Gets the description.
              | 
  | Expression | 
            Gets the expression for the current instance, when applicable.
              | 
  | InputDependencies | 
            Gets the input dependencies.
              | 
  | IsRequired | 
            Gets a value indicating whether this instance, or its dependencies, are always required, irrespective of optimizations.
              | 
  | Name | 
            Gets the name.
              | 
  | Tag | 
            Gets or sets the tag.
              | 
  | Usage | 
            Gets the usage type for the current instance.
              | 
Top
See Also