[]
Defines a builder to configurate MenuCommand.
public class MenuCommandBuilder : BaseBuilder<MenuCommand, MenuCommandBuilder>
| Name | Description |
|---|---|
| MenuCommandBuilder(MenuCommand) | Creates one MenuCommandBuilder instance to configurate |
| Name | Description |
|---|---|
| CanExecuteCommand(string) | Configurates CanExecuteCommand. This method returns a Boolean value that determines whether the controller can execute the command. |
| ExecuteCommand(string) | Configurates ExecuteCommand. This method executes the command. |