ZPT-Sharp
v1.0.0
Zope Page Templates for .NET
|
Wrapper type for a collection of MetalMacro. More...
Public Member Functions | |
IZptElement | GetElement (string name) |
Gets a single macro element by name. More... | |
bool | HasMacro (string name) |
Hases the macro. More... | |
IEnumerable< IMetalMacro > | GetAllMacros () |
Gets a collection of all of the macros in the container, by their names. More... | |
MetalMacroContainer (IEnumerable< IMetalMacro > macros) | |
Initializes a new instance of the CSF.Zpt.Metal.MetalMacroContainer class. More... | |
Wrapper type for a collection of MetalMacro.
|
inline |
Initializes a new instance of the CSF.Zpt.Metal.MetalMacroContainer class.
macros | Macros. |
|
inline |
Gets a collection of all of the macros in the container, by their names.
Implements CSF.Zpt.Metal.IMetalMacroContainer.
|
inline |
Gets a single macro element by name.
null
reference if no such macro exists.name | The macro name. |
Implements CSF.Zpt.Metal.IMetalMacroContainer.
|
inline |
Hases the macro.
true
, if macro was hased, false
otherwise.name | Name. |
Implements CSF.Zpt.Metal.IMetalMacroContainer.