AbstractExpression Class TIBCO Spotfire 6.0 API Reference
This class is intended as an abstract base class for parsed expression. It contains information about dependencies, errrors, and the original string reprsentation of the expression. That is, the expression without pre-processor variable substitutions.
Inheritance Hierarchy

System Object
  Spotfire.Dxp.Data.Expressions AbstractExpression
    Spotfire.Dxp.Data.Expressions ColumnExpression

Namespace: Spotfire.Dxp.Data.Expressions
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 13.19.7018.3940 (13.19.7018.3940)
Syntax

[SerializableAttribute]
[NotPersistedAttribute]
public abstract class AbstractExpression
See Also