DefaultCommandConfigurator Class

Fluent configurator for the default command.
public sealed class DefaultCommandConfigurator

Methods

DefaultCommandConfigurator WithData(object)
Sets data that will be passed to the command via the CommandContext.
DefaultCommandConfigurator WithDescription(string)
Sets the description of the default command.

Extension Methods

T And<DefaultCommandConfigurator>(Action<DefaultCommandConfigurator>)
Performs the specified action on the given object and then returns the object. Useful for fluent testing patterns where additional assertions or operations are chained together in a readable manner.