ZPT-Sharp
v1.0.0
Zope Page Templates for .NET
|
Creator for Expression instances. More...
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... | |
Creator for Expression instances.
Expression CSF.Zpt.Tales.IExpressionFactory.Create | ( | string | prefix, |
string | content | ||
) |
Create an expression from the specified prefix and content.
prefix | Prefix. |
content | Content. |
Implemented in CSF.Zpt.Tales.ExpressionFactory.
Expression CSF.Zpt.Tales.IExpressionFactory.Create | ( | string | source | ) |
Create an expression from the specified source string.
source | Source. |
Implemented in CSF.Zpt.Tales.ExpressionFactory.
Expression CSF.Zpt.Tales.IExpressionFactory.Create | ( | Expression | expression | ) |
Create an expression from the content of another expression.
expression | The expression from which to create another expression. |
Implemented in CSF.Zpt.Tales.ExpressionFactory.