ZPT-Sharp
v1.0.0
Zope Page Templates for .NET
|
Represents information about a repetition. More...
Properties | |
IZptElement | AssociatedElement [get] |
Gets a reference to the associated IZptElement, if applicable. More... | |
object | Value [get] |
Gets the value associated with the current iteration. More... | |
string | Name [get] |
Gets the name of the repetition. More... | |
Additional Inherited Members | |
![]() | |
bool | HandleTalesPath (string pathFragment, out object result, IRenderingContext currentContext) |
Gets an System.Object based upon a TALES path fragment. More... | |
Represents information about a repetition.
|
get |
Gets a reference to the associated IZptElement, if applicable.
The associated element.
|
get |
Gets the name of the repetition.
The name.
|
get |
Gets the value associated with the current iteration.
The value.