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

Represents a METAL macro and its name. More...

Inheritance diagram for CSF.Zpt.Metal.MetalMacro:
Collaboration diagram for CSF.Zpt.Metal.MetalMacro:

Public Member Functions

 MetalMacro (string name, IZptElement element)
 Initializes a new instance of the CSF.Zpt.Metal.MetalMacro class. More...
 

Properties

string Name [get]
 Gets the macro name. More...
 
IZptElement Element [get]
 Gets the element. More...
 
- Properties inherited from CSF.Zpt.Metal.IMetalMacro
string Name [get]
 Gets the macro name. More...
 
IZptElement Element [get]
 Gets the element. More...
 

Detailed Description

Represents a METAL macro and its name.

Constructor & Destructor Documentation

CSF.Zpt.Metal.MetalMacro.MetalMacro ( string  name,
IZptElement  element 
)
inline

Initializes a new instance of the CSF.Zpt.Metal.MetalMacro class.

Parameters
nameName.
elementElement.

Property Documentation

IZptElement CSF.Zpt.Metal.MetalMacro.Element
get

Gets the element.

The element.

string CSF.Zpt.Metal.MetalMacro.Name
get

Gets the macro name.

The name.


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