July 2007
Intermediate to advanced
224 pages
4h 31m
English
Generate a new SCSF project. Modify the builder strategy in the shell application to use the action condition strategy.
Add an action class to your module. Add a method to this class, decorating it with the attribute that marks it as an action. Place code in the method that allows you to detect its being called. Make sure that you follow the correct method signature; otherwise, you get a confusing error message. In your controller class, register this action class.
From some convenient location in your shell application, execute the action. If you like, check first with the CanExecute method.
Create an action condition class that allows you to accept or reject an action. Register it with the action catalog ...
Read now
Unlock full access