C# Класс Kooboo.Commerce.Web.Framework.UI.Topbar.CustomerTopbarCommand

Наследование: ITopbarCommand
Показать файл Открыть проект

Открытые методы

Метод Описание
CanExecute ( Customer customer, CommerceInstance instance ) : bool
Execute ( IEnumerable customers, object config, CommerceInstance instance ) : System.Web.Mvc.ActionResult

Приватные методы

Метод Описание
ITopbarCommand ( IEnumerable dataItems, object config, CommerceInstance instance ) : System.Web.Mvc.ActionResult
ITopbarCommand ( object dataItem, CommerceInstance instance ) : bool

Описание методов

CanExecute() публичный абстрактный Метод

public abstract CanExecute ( Customer customer, CommerceInstance instance ) : bool
customer Kooboo.Commerce.Customers.Customer
instance Kooboo.Commerce.Data.CommerceInstance
Результат bool

Execute() публичный абстрактный Метод

public abstract Execute ( IEnumerable customers, object config, CommerceInstance instance ) : System.Web.Mvc.ActionResult
customers IEnumerable
config object
instance Kooboo.Commerce.Data.CommerceInstance
Результат System.Web.Mvc.ActionResult