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

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...
 

Detailed Description

Represents a TALES expression.

Constructor & Destructor Documentation

CSF.Zpt.Tales.Expression.Expression ( string  prefix,
string  content 
)
inline

Initializes a new instance of the CSF.Zpt.Tales.Expression class.

Parameters
prefixPrefix.
contentContent.

Member Function Documentation

override string CSF.Zpt.Tales.Expression.ToString ( )
inline

Returns a System.String that represents the current CSF.Zpt.Tales.Expression.

Returns
A System.String that represents the current CSF.Zpt.Tales.Expression.

Property Documentation

string CSF.Zpt.Tales.Expression.Content
get

Gets the expression content.

The content.

string CSF.Zpt.Tales.Expression.Prefix
get

Gets the expression prefix.

The prefix.


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