ZPT-Sharp
v1.0.0
Zope Page Templates for .NET
|
Type which finds the usage of METAL macros. More...
Public Member Functions | |
virtual IZptElement | GetUsedMacro (IRenderingContext context) |
Examines the given IRenderingContext and - if it uses a METAL macro - gets that macro from the model contained within that context. More... | |
virtual IZptElement | GetExtendedMacro (IRenderingContext context) |
Examines the given IRenderingContext and - if it extends a METAL macro - gets that macro from the model contained within that context. More... | |
Type which finds the usage of METAL macros.
|
inlinevirtual |
Examines the given IRenderingContext and - if it extends a METAL macro - gets that macro from the model contained within that context.
null
reference.context | The rendering context. |
Implements CSF.Zpt.Metal.IMacroFinder.
|
inlinevirtual |
Examines the given IRenderingContext and - if it uses a METAL macro - gets that macro from the model contained within that context.
null
reference.context | The rendering context. |
Implements CSF.Zpt.Metal.IMacroFinder.