Interface ICommandContextModifier
- Namespace
- Cratis.Applications.Commands
- Assembly
- Cratis.Applications.dll
Defines a system that can modify the current CommandContext.
public interface ICommandContextModifier- Extension Methods
Methods
SetCurrent(CommandContext)
Sets the current CommandContext.
void SetCurrent(CommandContext context)Parameters
- contextCommandContext
- The CommandContext to set as current.