C# 클래스 Manos.Mvc.ControllerService

파일 보기 프로젝트 열기: toptensoftware/manos 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CreateControllerInstance Func

공개 메소드들

메소드 설명
CleanControllerName ( string str ) : string
ControllerService ( MvcApp app ) : System
GetControllerType ( string name ) : Type
RegisterAllControllers ( Assembly assembly, bool UseThreadPool = true ) : void
RegisterAllControllers ( bool UseThreadPool = true ) : void
RegisterController ( Type type, bool UseThreadPool = true ) : void

메소드 상세

CleanControllerName() 공개 정적인 메소드

public static CleanControllerName ( string str ) : string
str string
리턴 string

ControllerService() 공개 메소드

public ControllerService ( MvcApp app ) : System
app MvcApp
리턴 System

GetControllerType() 공개 메소드

public GetControllerType ( string name ) : Type
name string
리턴 System.Type

RegisterAllControllers() 공개 메소드

public RegisterAllControllers ( Assembly assembly, bool UseThreadPool = true ) : void
assembly System.Reflection.Assembly
UseThreadPool bool
리턴 void

RegisterAllControllers() 공개 메소드

public RegisterAllControllers ( bool UseThreadPool = true ) : void
UseThreadPool bool
리턴 void

RegisterController() 공개 메소드

public RegisterController ( Type type, bool UseThreadPool = true ) : void
type System.Type
UseThreadPool bool
리턴 void

프로퍼티 상세

CreateControllerInstance 공개적으로 프로퍼티

public Func CreateControllerInstance
리턴 Func