Struct CommandedView.PrebuiltCommandContext
public struct CommandedView.PrebuiltCommandContext
- Inherited Members
Properties
Context
The context's command-construction face, e.g. for generating scaffolded commands against it.
public ICommandContext Context { get; }
Property Value
Host
The context's hosting face, for inspecting and executing the commands registered on it.
public ICommandHost Host { get; }