ZPT-Sharp
v1.0.0
Zope Page Templates for .NET
|
Represents a TALES expression. More...
Public Member Functions | |
override string | ToString () |
Returns a System.String that represents the current CSF.Zpt.Tales.Expression. More... | |
Expression (string prefix, string content) | |
Initializes a new instance of the CSF.Zpt.Tales.Expression class. More... | |
Properties | |
string | Prefix [get] |
Gets the expression prefix. More... | |
string | Content [get] |
Gets the expression content. More... | |
Represents a TALES expression.
|
inline |
Initializes a new instance of the CSF.Zpt.Tales.Expression class.
prefix | Prefix. |
content | Content. |
|
inline |
Returns a System.String that represents the current CSF.Zpt.Tales.Expression.
|
get |
Gets the expression content.
The content.
|
get |
Gets the expression prefix.
The prefix.