C# Class Skight.eLiteWeb.Presentation.Web.FrontControllers.CommandResolverImpl

Inheritance: CommandResolver
Afficher le fichier Open project: SkightTeam/eLiteWeb

Méthodes publiques

Méthode Description
CommandResolverImpl ( IEnumerable availableCommands ) : System.Collections.Generic
get_command_to_process ( WebRequest request ) : Command

Method Details

CommandResolverImpl() public méthode

public CommandResolverImpl ( IEnumerable availableCommands ) : System.Collections.Generic
availableCommands IEnumerable
Résultat System.Collections.Generic

get_command_to_process() public méthode

public get_command_to_process ( WebRequest request ) : Command
request WebRequest
Résultat Command