Spotfire.Dxp.Data.Expressions Namespace TIBCO Spotfire 7.12 API Reference
The Spotfire.Dxp.Data.Expressions namespace contains classes for creating and manipulating column expressions.
Classes

  Class Description
Public class AbstractExpression
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.
Public class ColumnExpression
This is a handle to a column expression. This class is created by the factory methods Create(String), and can be used to retrieve information about the components of the column expression.
Public class ExpressionUtilities
Utilities for escaping and unescaping sting literals and names to be used in expressions.