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

Represents the response from IAttributeHandler.Handle(IRenderingContext). More...

Public Member Functions

 AttributeHandlingResult (IRenderingContext[] elements, bool continueHandling, IRenderingContext[] newlyExposedElements=null)
 Initializes a new instance of the CSF.Zpt.Tal.AttributeHandlingResult class. More...
 

Properties

IRenderingContext[] Contexts [get]
 Gets a collection of the rendering contexts which are exposed after a handling operation has completed. More...
 
bool ContinueHandling [get]
 Gets a value indicating whether the Contexts should be handled by further TAL attribute-handlers, as if they were the same as the source context. More...
 
IRenderingContext[] NewlyExposedContexts [get]
 Gets a collection of elements which are newly-exposed after a handling operation has completed. These elements must be processed from scratch and not included in further processing. More...
 

Detailed Description

Represents the response from IAttributeHandler.Handle(IRenderingContext).

Constructor & Destructor Documentation

CSF.Zpt.Tal.AttributeHandlingResult.AttributeHandlingResult ( IRenderingContext[]  elements,
bool  continueHandling,
IRenderingContext[]  newlyExposedElements = null 
)
inline

Initializes a new instance of the CSF.Zpt.Tal.AttributeHandlingResult class.

Parameters
elementsThe elements which remain after processing.
continueHandlingIf set to true continue handling.
newlyExposedElementsAn optional collection of elements which are newly-exposed but must be processed from scratch.

Property Documentation

IRenderingContext [] CSF.Zpt.Tal.AttributeHandlingResult.Contexts
get

Gets a collection of the rendering contexts which are exposed after a handling operation has completed.

The contexts.

bool CSF.Zpt.Tal.AttributeHandlingResult.ContinueHandling
get

Gets a value indicating whether the Contexts should be handled by further TAL attribute-handlers, as if they were the same as the source context.

true if handling should continue; otherwise, false.

IRenderingContext [] CSF.Zpt.Tal.AttributeHandlingResult.NewlyExposedContexts
get

Gets a collection of elements which are newly-exposed after a handling operation has completed. These elements must be processed from scratch and not included in further processing.

The newly-exposed elements.


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