Spotfire.Dxp.Data.Expressions Namespace

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

  ClassDescription
Public classAbstractExpression
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 classColumnExpression
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 classExpressionUtilities
Utilities for escaping and unescaping sting literals and names to be used in expressions.