ZPT-Sharp
v1.0.0
Zope Page Templates for .NET
|
Represents a mechanism of configuring an IModel, by adding local and/or global variable definitions. More...
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... | |
Represents a mechanism of configuring an IModel, by adding local and/or global variable definitions.
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.
name | The new item name. |
value | The 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.
name | The new item name. |
value | The item value. |
Implemented in CSF.Zpt.Rendering.Model.