C# Класс Aperea.Commands.CommandDispatcher

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

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

Метод Описание
CommandDispatcher ( IServiceLocator locator ) : System
GetHandlers ( ICommand command ) : IEnumerable
GetValidators ( ICommand command ) : IEnumerable

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

CommandDispatcher() публичный Метод

public CommandDispatcher ( IServiceLocator locator ) : System
locator IServiceLocator
Результат System

GetHandlers() публичный Метод

public GetHandlers ( ICommand command ) : IEnumerable
command ICommand
Результат IEnumerable

GetValidators() публичный Метод

public GetValidators ( ICommand command ) : IEnumerable
command ICommand
Результат IEnumerable