C# 클래스 Core.Framework.MEF.Web.Application

Defines a modular application that supports imported types.
상속: System.Web.HttpApplication
파일 보기 프로젝트 열기: coreframework/Core-Framework

Private Properties

프로퍼티 타입 설명
GetHttpModuleComponentName String

공개 메소드들

메소드 설명
GetVerbsForCategory ( String category ) : IEnumerable

Gets the available verbs for the given category.

RegisterHttpModule ( Type moduleType ) : void
StartPlugins ( ) : void
UnregisterHttpModule ( Type moduleType ) : void

보호된 메소드들

메소드 설명
Application_Start ( ) : void

The start method of the application.

Compose ( ) : void

Composes the application.

Initialise ( ) : void

Initialises the application.

MapPath ( String virtualPath ) : String

Maps the specified virtual path.

PreCompose ( ) : void

Fired before the application is composed.

RegisterAreas ( ) : void
RegisterRoutes ( ) : void

Registers any routes required by the application.

비공개 메소드들

메소드 설명
GetHttpModuleComponentName ( Type moduleType ) : String

메소드 상세

Application_Start() 보호된 메소드

The start method of the application.
protected Application_Start ( ) : void
리턴 void

Compose() 보호된 메소드

Composes the application.
protected Compose ( ) : void
리턴 void

GetVerbsForCategory() 공개 정적인 메소드

Gets the available verbs for the given category.
public static GetVerbsForCategory ( String category ) : IEnumerable
category String The category of verbs to get.
리턴 IEnumerable

Initialise() 보호된 메소드

Initialises the application.
protected Initialise ( ) : void
리턴 void

MapPath() 보호된 정적인 메소드

Maps the specified virtual path.
protected static MapPath ( String virtualPath ) : String
virtualPath String The virtual path to map.
리턴 String

PreCompose() 보호된 메소드

Fired before the application is composed.
protected PreCompose ( ) : void
리턴 void

RegisterAreas() 보호된 메소드

protected RegisterAreas ( ) : void
리턴 void

RegisterHttpModule() 공개 정적인 메소드

public static RegisterHttpModule ( Type moduleType ) : void
moduleType System.Type
리턴 void

RegisterRoutes() 보호된 메소드

Registers any routes required by the application.
protected RegisterRoutes ( ) : void
리턴 void

StartPlugins() 공개 정적인 메소드

public static StartPlugins ( ) : void
리턴 void

UnregisterHttpModule() 공개 정적인 메소드

public static UnregisterHttpModule ( Type moduleType ) : void
moduleType System.Type
리턴 void