C# 클래스 Skight.eLiteWeb.Presentation.Web.FrontControllers.CommandResolverImpl

상속: CommandResolver
파일 보기 프로젝트 열기: SkightTeam/eLiteWeb

공개 메소드들

메소드 설명
CommandResolverImpl ( IEnumerable availableCommands ) : System.Collections.Generic
get_command_to_process ( WebRequest request ) : Command

메소드 상세

CommandResolverImpl() 공개 메소드

public CommandResolverImpl ( IEnumerable availableCommands ) : System.Collections.Generic
availableCommands IEnumerable
리턴 System.Collections.Generic

get_command_to_process() 공개 메소드

public get_command_to_process ( WebRequest request ) : Command
request WebRequest
리턴 Command