ZPT-Sharp
v1.0.0
Zope Page Templates for .NET
|
Represents a METAL slot definition, matched with the content which will be used to fill it. More...
Public Member Functions | |
SlotToFill (IRenderingContext slot, IRenderingContext filler, string name) | |
Initializes a new instance of the CSF.Zpt.Metal.SlotToFill class. More... | |
Properties | |
IRenderingContext | Slot [get] |
Gets the rendering context for the slot definition. More... | |
IRenderingContext | Filler [get] |
Gets the rendering context for the slot filler. More... | |
string | Name [get] |
Gets the name of the slot More... | |
Represents a METAL slot definition, matched with the content which will be used to fill it.
|
inline |
Initializes a new instance of the CSF.Zpt.Metal.SlotToFill class.
slot | The slot definition. |
filler | The slow filler. |
name | The slot name. |
|
get |
Gets the rendering context for the slot filler.
The filler.
|
get |
Gets the name of the slot
The name.
|
get |
Gets the rendering context for the slot definition.
The slot.