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

Creator for Expression instances. More...

Inheritance diagram for CSF.Zpt.Tales.IExpressionFactory:

Public Member Functions

Expression Create (string prefix, string content)
 Create an expression from the specified prefix and content. More...
 
Expression Create (string source)
 Create an expression from the specified source string. More...
 
Expression Create (Expression expression)
 Create an expression from the content of another expression. More...
 

Detailed Description

Creator for Expression instances.

Member Function Documentation

Expression CSF.Zpt.Tales.IExpressionFactory.Create ( string  prefix,
string  content 
)

Create an expression from the specified prefix and content.

Parameters
prefixPrefix.
contentContent.

Implemented in CSF.Zpt.Tales.ExpressionFactory.

Expression CSF.Zpt.Tales.IExpressionFactory.Create ( string  source)

Create an expression from the specified source string.

Parameters
sourceSource.

Implemented in CSF.Zpt.Tales.ExpressionFactory.

Expression CSF.Zpt.Tales.IExpressionFactory.Create ( Expression  expression)

Create an expression from the content of another expression.

Parameters
expressionThe expression from which to create another expression.

Implemented in CSF.Zpt.Tales.ExpressionFactory.


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