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

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...
 

Detailed Description

Represents a METAL slot definition, matched with the content which will be used to fill it.

Constructor & Destructor Documentation

CSF.Zpt.Metal.SlotToFill.SlotToFill ( IRenderingContext  slot,
IRenderingContext  filler,
string  name 
)
inline

Initializes a new instance of the CSF.Zpt.Metal.SlotToFill class.

Parameters
slotThe slot definition.
fillerThe slow filler.
nameThe slot name.

Property Documentation

IRenderingContext CSF.Zpt.Metal.SlotToFill.Filler
get

Gets the rendering context for the slot filler.

The filler.

string CSF.Zpt.Metal.SlotToFill.Name
get

Gets the name of the slot

The name.

IRenderingContext CSF.Zpt.Metal.SlotToFill.Slot
get

Gets the rendering context for the slot definition.

The slot.


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