ZPT-Sharp
v1.0.0
Zope Page Templates for .NET
|
Simple type which indicates that the action should always be cancelled. More...
Public Member Functions | |
bool | ShouldCancelAction () |
Determines whether or not the current instance indicates that the action should be cancelled. More... | |
Simple type which indicates that the action should always be cancelled.
|
inline |
Determines whether or not the current instance indicates that the action should be cancelled.
true
, if the action should be cancelled, false
otherwise.Implements CSF.Zpt.Rendering.IActionCanceller.