Class CommandCheckerContext
The command checker context.
public class CommandCheckerContext
- Inheritance
-
CommandCheckerContext
- Inherited Members
Constructors
CommandCheckerContext(CommandHandlerContext)
Initialize a new instance.
public CommandCheckerContext(CommandHandlerContext handlerContext)
Parameters
handlerContext
CommandHandlerContextThe command handler context.
Exceptions
Properties
HandlerContext
The command handler context.
public CommandHandlerContext HandlerContext { get; }