CommandPattern 1.0.0
This package contains a collection of classes and interfaces to allow for quick and consistent implementation of the command pattern across projects.
|
Interface implemented by commands that could fail to execute. Commands that would fail do not have their execute method invoked and are not recorded in the CommandStream's history More...
Public Member Functions | |
bool | WouldFail () |
Determine if the implementing command would be able to be executed or if it would fail More... | |
Interface implemented by commands that could fail to execute. Commands that would fail do not have their execute method invoked and are not recorded in the CommandStream's history
bool SadSapphicGames.CommandPattern.IFailable.WouldFail | ( | ) |
Determine if the implementing command would be able to be executed or if it would fail