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

Static type for METAL constants. More...

Static Public Attributes

static readonly string DefineMacroAttribute = "define-macro"
 Gets the name of the define-macro attribute. More...
 
static readonly string ExtendMacroAttribute = "extend-macro"
 Gets the name of the extend-macro attribute. More...
 
static readonly string UseMacroAttribute = "use-macro"
 Gets the name of the use-macro attribute. More...
 
static readonly string DefineSlotAttribute = "define-slot"
 Gets the name of the define-slot attribute. More...
 
static readonly string FillSlotAttribute = "fill-slot"
 Gets the name of the fill-slot attribute. More...
 
static readonly string MacroNameModelName = "macroname"
 Gets the name of the 'modelname' variable in the METAL model. More...
 

Properties

static ZptNamespace Namespace [get]
 Gets the namespace for METAL: Macro Expansion Template Attribute Language. More...
 

Detailed Description

Static type for METAL constants.

Member Data Documentation

readonly string CSF.Zpt.ZptConstants.Metal.DefineMacroAttribute = "define-macro"
static

Gets the name of the define-macro attribute.

readonly string CSF.Zpt.ZptConstants.Metal.DefineSlotAttribute = "define-slot"
static

Gets the name of the define-slot attribute.

readonly string CSF.Zpt.ZptConstants.Metal.ExtendMacroAttribute = "extend-macro"
static

Gets the name of the extend-macro attribute.

readonly string CSF.Zpt.ZptConstants.Metal.FillSlotAttribute = "fill-slot"
static

Gets the name of the fill-slot attribute.

readonly string CSF.Zpt.ZptConstants.Metal.MacroNameModelName = "macroname"
static

Gets the name of the 'modelname' variable in the METAL model.

readonly string CSF.Zpt.ZptConstants.Metal.UseMacroAttribute = "use-macro"
static

Gets the name of the use-macro attribute.

Property Documentation

ZptNamespace CSF.Zpt.ZptConstants.Metal.Namespace
staticget

Gets the namespace for METAL: Macro Expansion Template Attribute Language.

The namespace.


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