C# 클래스 Guidelines.WebUI.ActionInvokers.CommandControllerActivator

상속: IControllerActivator
파일 보기 프로젝트 열기: basicdays/Guidelines

공개 메소드들

메소드 설명
CommandControllerActivator ( IServiceLocator serviceLocator, IocActionInvoker actionInvoker ) : System
Create ( System.Web.Routing.RequestContext requestContext, Type controllerType ) : IController

메소드 상세

CommandControllerActivator() 공개 메소드

public CommandControllerActivator ( IServiceLocator serviceLocator, IocActionInvoker actionInvoker ) : System
serviceLocator IServiceLocator
actionInvoker IocActionInvoker
리턴 System

Create() 공개 메소드

public Create ( System.Web.Routing.RequestContext requestContext, Type controllerType ) : IController
requestContext System.Web.Routing.RequestContext
controllerType System.Type
리턴 IController