Interface ICommandContextValuesProvider
- Namespace
- Cratis.Applications.Commands
- Assembly
- Cratis.Applications.dll
Provides access to the command context values.
public interface ICommandContextValuesProvider
- Extension Methods
Methods
Provide(object)
Gets the command context values.
CommandContextValues Provide(object command)
Parameters
commandobjectThe command instance being executed.
Returns
- CommandContextValues
The command context values.