[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.MenuCommandBuilder

MenuCommandBuilder Class

Defines a builder to configurate MenuCommand.

Inheritance
HideObjectMembers
MenuCommandBuilder
Namespace: C1.Web.Mvc.Fluent
Assembly: C1.Web.Mvc.dll
Syntax
public class MenuCommandBuilder : BaseBuilder<MenuCommand, MenuCommandBuilder>

Constructors

Name Description
MenuCommandBuilder(MenuCommand)

Creates one MenuCommandBuilder instance to configurate obj.

Methods

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.