C# Класс Sage.Project

Implements the HttpApplication class for this web application.
Наследование: System.Web.HttpApplication
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
GenerateThreadId string
GetExtension Sage.Extensibility.ExtensionInfo
GetVirtualDirectories string>.Dictionary
GetVirtualDirectories string>.Dictionary
Initialize void
InitializeConfiguration SageContext
RegisterRoutes void
Start void

Открытые методы

Метод Описание
GetType ( string typeName ) : Type

Gets the type with the specified typeName, searching in all RelevantAssemblies.

Защищенные методы

Метод Описание
Application_BeginRequest ( object sender, EventArgs e ) : void

Handles the BeginRequest event of the Application control.

Application_End ( object sender, EventArgs e ) : void

Handles the End event of the Application control.

Logs the application shutdown event, together with the reason and detail of the shutdown.

Application_EndRequest ( object sender, EventArgs e ) : void

Handles the EndRequest event of the Application control.

Application_Error ( object sender, EventArgs e ) : void

Handles the Error event of the Application control.

Application_Start ( ) : void

Handles the Start event of the Application control.

Start ( SageContext context ) : void

Starts this instance.

Приватные методы

Метод Описание
GenerateThreadId ( bool appStart = false ) : string
GetExtension ( Controller controller ) : ExtensionInfo
GetVirtualDirectories ( System.DirectoryServices.DirectoryEntry directory, string path ) : string>.Dictionary
GetVirtualDirectories ( SageContext context ) : string>.Dictionary
Initialize ( SageContext context ) : void

Initializes the application using the specified project configuration instance.

InitializeConfiguration ( SageContext context ) : SageContext
RegisterRoutes ( ) : void
Start ( System.Web.HttpContextBase httpContext ) : void

Описание методов

Application_BeginRequest() защищенный Метод

Handles the BeginRequest event of the Application control.
protected Application_BeginRequest ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
Результат void

Application_End() защищенный Метод

Handles the End event of the Application control.
Logs the application shutdown event, together with the reason and detail of the shutdown.
protected Application_End ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
Результат void

Application_EndRequest() защищенный Метод

Handles the EndRequest event of the Application control.
protected Application_EndRequest ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
Результат void

Application_Error() защищенный Метод

Handles the Error event of the Application control.
protected Application_Error ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
Результат void

Application_Start() защищенный Метод

Handles the Start event of the Application control.
protected Application_Start ( ) : void
Результат void

GetType() публичный статический Метод

Gets the type with the specified typeName, searching in all RelevantAssemblies.
public static GetType ( string typeName ) : Type
typeName string The name of the type to get.
Результат System.Type

Start() защищенный статический Метод

Starts this instance.
protected static Start ( SageContext context ) : void
context SageContext The context.
Результат void