ConnectorElementPlaceholder Class

Class used to define a ConnectorElement placeholder used in a ConnectorElementExpression.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Data.MetadataExpressionPlaceholder
    Dundas.BI.Data.TransformsConnectorElementPlaceholder

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

The ConnectorElementPlaceholder type exposes the following members.

Properties
  NameDescription
Public propertyAggregator
Gets or sets the aggregator for the placeholder element, if applicable.
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.)
Public propertyOffsetValue
Gets or sets the offset value, when the script must reference other value than the current one. A positive value refers to the next values to be loaded, while a negative value refers to values already loaded.
Top
See Also