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

Interface for a type which may 'cancel an action'. The meaning of this is dependant upon the operation being performed, but generally it will mean that no change is made to an existing HTML structure. More...

Inheritance diagram for CSF.Zpt.Rendering.IActionCanceller:

Public Member Functions

bool ShouldCancelAction ()
 Determines whether or not the current instance indicates that the action should be cancelled. More...
 

Detailed Description

Interface for a type which may 'cancel an action'. The meaning of this is dependant upon the operation being performed, but generally it will mean that no change is made to an existing HTML structure.

Member Function Documentation

bool CSF.Zpt.Rendering.IActionCanceller.ShouldCancelAction ( )

Determines whether or not the current instance indicates that the action should be cancelled.

Returns
true, if the action should be cancelled, false otherwise.

Implemented in CSF.Zpt.Rendering.CancellationToken.


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