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

Represents a mechanism of configuring an IModel, by adding local and/or global variable definitions. More...

Inheritance diagram for CSF.Zpt.Rendering.IModelValueStore:

Public Member Functions

void AddLocal (string name, object value)
 Adds a new item to the current local model, identified by a given name and containing a given value. More...
 
void AddGlobal (string name, object value)
 Adds a new item to the current local model, identified by a given name and containing a given value. More...
 

Detailed Description

Represents a mechanism of configuring an IModel, by adding local and/or global variable definitions.

Member Function Documentation

void CSF.Zpt.Rendering.IModelValueStore.AddGlobal ( string  name,
object  value 
)

Adds a new item to the current local model, identified by a given name and containing a given value.

Parameters
nameThe new item name.
valueThe item value.

Implemented in CSF.Zpt.Rendering.Model.

void CSF.Zpt.Rendering.IModelValueStore.AddLocal ( string  name,
object  value 
)

Adds a new item to the current local model, identified by a given name and containing a given value.

Parameters
nameThe new item name.
valueThe item value.

Implemented in CSF.Zpt.Rendering.Model.


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