Namespace The.Web.Pages
Classes
- CommandContextExtensions
Extensions for ICommandContext.
- CommandValidationException
Thrown by a command, causing it to fail and display a notification - for command-level checks that are not entity validation (a concurrency conflict, an authorization failure). Entity validation gates commands before they execute (see The.Web.Pages.CommandValidationRequirement) and does not use this exception.
Structs
Interfaces
- ICommandContext
APIs for Command construction and execution. The context is itself the IProgressHost commands report through: progress and notifications display on every CommandPanel bound to it.
- ICommandHost
APIs for Command display and triggering.