ZPT-Sharp  v1.0.0
Zope Page Templates for .NET
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
CSF.Zpt.Tales.IExpressionEvaluator Interface Reference

Interface for a type which evaluates TALES expressions. More...

Inheritance diagram for CSF.Zpt.Tales.IExpressionEvaluator:

Public Member Functions

ExpressionResult Evaluate (Expression expression, IRenderingContext context, ITalesModel model)
 Evaluate the specified expression, for the given element and model. More...
 

Properties

string ExpressionPrefix [get]
 Gets the expression prefix handled by the current evaluator instance. More...
 

Detailed Description

Interface for a type which evaluates TALES expressions.

Member Function Documentation

Property Documentation

string CSF.Zpt.Tales.IExpressionEvaluator.ExpressionPrefix
get

Gets the expression prefix handled by the current evaluator instance.

The prefix.


The documentation for this interface was generated from the following file: