Interface ILcdExpression<T>

Type Parameters:
T - The result type of the expression
All Known Subinterfaces:
ILcdParameter<T>, TLcdExpressionFactory.CaseExpression<T>

public interface ILcdExpression<T>
This interface describes an expression. Expressions are opaque objects that can only be used by specific LuciadLightspeed components.

Those components can use expressions for example for styling or filtering.

See TLcdExpressionFactory for details and examples.

You must never implement this interface yourself. You must always construct one using TLcdExpressionFactory.

Since:
2012.1