ZPT-Sharp
v1.0.0
Zope Page Templates for .NET
|
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...
Public Member Functions | |
bool | ShouldCancelAction () |
Determines whether or not the current instance indicates that the action should be cancelled. More... | |
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.
bool CSF.Zpt.Rendering.IActionCanceller.ShouldCancelAction | ( | ) |
Determines whether or not the current instance indicates that the action should be cancelled.
true
, if the action should be cancelled, false
otherwise.Implemented in CSF.Zpt.Rendering.CancellationToken.