ZPT-Sharp  v1.0.0
Zope Page Templates for .NET
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
CSF.Zpt.Tales.EnumerableObjectWrapperWithNamedItems Class Reference

Implementation of NamedObjectWrapper which also implements IEnumerable<object>. More...

Inheritance diagram for CSF.Zpt.Tales.EnumerableObjectWrapperWithNamedItems:
Collaboration diagram for CSF.Zpt.Tales.EnumerableObjectWrapperWithNamedItems:

Public Member Functions

virtual IEnumerator< object > GetEnumerator ()
 Gets the enumerator for the current collection. More...
 
 EnumerableObjectWrapperWithNamedItems ()
 Initializes a new instance of the CSF.Zpt.Tales.EnumerableObjectWrapperWithNamedItems class. More...
 
- Public Member Functions inherited from CSF.Zpt.Rendering.NamedObjectWrapper
virtual bool HandleTalesPath (string pathFragment, out object result, Rendering.IRenderingContext currentContext)
 Gets an System.Object based upon a TALES path fragment. More...
 
virtual void SetStringRepresentation (string name)
 Sets the string representation. More...
 
override string ToString ()
 Returns a System.String that represents the current CSF.Zpt.Rendering.NamedObjectWrapper. More...
 
 NamedObjectWrapper (IDictionary< string, object > objects=null)
 Initializes a new instance of the CSF.Zpt.Rendering.NamedObjectWrapper class. More...
 
- 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...
 

Properties

ICollection< object > Items [get]
 Exposes the items in this enumerable collection. More...
 
- Properties inherited from CSF.Zpt.Rendering.NamedObjectWrapper
object this[string key] [get, set]
 Gets or sets the item with the specified key. More...
 

Detailed Description

Implementation of NamedObjectWrapper which also implements IEnumerable<object>.

Constructor & Destructor Documentation

CSF.Zpt.Tales.EnumerableObjectWrapperWithNamedItems.EnumerableObjectWrapperWithNamedItems ( )
inline

Initializes a new instance of the CSF.Zpt.Tales.EnumerableObjectWrapperWithNamedItems class.

Member Function Documentation

virtual IEnumerator<object> CSF.Zpt.Tales.EnumerableObjectWrapperWithNamedItems.GetEnumerator ( )
inlinevirtual

Gets the enumerator for the current collection.

Returns
The enumerator.

Property Documentation

ICollection<object> CSF.Zpt.Tales.EnumerableObjectWrapperWithNamedItems.Items
get

Exposes the items in this enumerable collection.

The items.


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