ZPT-Sharp
v1.0.0
Zope Page Templates for .NET
|
Represents a collection of IZptAttribute, exposing the original attributes present upon an element. More...
Public Member Functions | |
bool | HandleTalesPath (string pathFragment, out object result, IRenderingContext currentContext) |
Gets a specific attribute by name (a TALES path fragment). More... | |
OriginalAttributeValuesCollection () | |
Initializes a new instance of the CSF.Zpt.Rendering.OriginalAttributeValuesCollection class. More... | |
OriginalAttributeValuesCollection (IEnumerable< IZptAttribute > attributes) | |
Initializes a new instance of the CSF.Zpt.Rendering.OriginalAttributeValuesCollection class. More... | |
Represents a collection of IZptAttribute, exposing the original attributes present upon an element.
|
inline |
Initializes a new instance of the CSF.Zpt.Rendering.OriginalAttributeValuesCollection class.
|
inline |
Initializes a new instance of the CSF.Zpt.Rendering.OriginalAttributeValuesCollection class.
attributes | A collection of sttributes. |
|
inline |
Gets a specific attribute by name (a TALES path fragment).
true
if the path traversal was a success; false
otherwise.pathFragment | The path fragment. |
result | Exposes the result if the traversal was a success |
currentContext | Gets the current rendering context. |
Implements CSF.Zpt.Tales.ITalesPathHandler.