Interface ICommandContextValuesBuilder
- Namespace
- Cratis.Applications.Commands
- Assembly
- Cratis.Applications.dll
Defines a builder for creating instances of CommandContextValues.
public interface ICommandContextValuesBuilder
- Extension Methods
Methods
Build(object)
Creates a new instance of CommandContextValues.
CommandContextValues Build(object command)
Parameters
commandobjectThe command instance being executed.
Returns
- CommandContextValues
A new instance of CommandContextValues.