ZPT-Sharp
v1.0.0
Zope Page Templates for .NET
|
Represents a METAL macro and its name. More...
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... | |
![]() | |
string | Name [get] |
Gets the macro name. More... | |
IZptElement | Element [get] |
Gets the element. More... | |
Represents a METAL macro and its name.
|
inline |
Initializes a new instance of the CSF.Zpt.Metal.MetalMacro class.
name | Name. |
element | Element. |
|
get |
Gets the element.
The element.
|
get |
Gets the macro name.
The name.