DataElementPlaceholder Class

Class used to define a data element placeholder used in a ProviderElementExpression.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Data.MetadataExpressionPlaceholder
    Dundas.BI.Data.TransformsDataElementPlaceholder

Namespace: Dundas.BI.Data.Transforms
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public class DataElementPlaceholder : ExpressionPlaceholder

The DataElementPlaceholder type exposes the following members.

Properties
 NameDescription
Public propertyCaption Gets or sets the placeholder notation as defined by the user, in accordance with specific notation rules.
(Inherited from ExpressionPlaceholder)
Public propertyElement Gets the connector element.
Public propertyExpression Gets the parent expression.
(Inherited from ExpressionPlaceholder)
Public propertyId Gets the parsed placeholder ID.
(Inherited from ExpressionPlaceholder)
Top
See Also