ZPT-Sharp  v1.0.0
Zope Page Templates for .NET
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
CSF.Zpt.Rendering.IRepetitionInfo Interface Reference

Represents information about a repetition. More...

Inheritance diagram for CSF.Zpt.Rendering.IRepetitionInfo:
Collaboration diagram for CSF.Zpt.Rendering.IRepetitionInfo:

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

- Public Member Functions inherited from CSF.Zpt.Tales.ITalesPathHandler
bool HandleTalesPath (string pathFragment, out object result, IRenderingContext currentContext)
 Gets an System.Object based upon a TALES path fragment. More...
 

Detailed Description

Represents information about a repetition.

Property Documentation

IZptElement CSF.Zpt.Rendering.IRepetitionInfo.AssociatedElement
get

Gets a reference to the associated IZptElement, if applicable.

The associated element.

string CSF.Zpt.Rendering.IRepetitionInfo.Name
get

Gets the name of the repetition.

The name.

object CSF.Zpt.Rendering.IRepetitionInfo.Value
get

Gets the value associated with the current iteration.

The value.


The documentation for this interface was generated from the following file: