C# Class MettleSystems.dashCommerce.Web.Global

Inheritance: System.Web.HttpApplication
Afficher le fichier Open project: dashcommerce/dashcommerce-3

Méthodes publiques

Méthode Description
Profile_OnMigrateAnonymous ( object sender, System.Web.Profile.ProfileMigrateEventArgs args ) : void

Handles the OnMigrateAnonymous event of the Profile control.

Méthodes protégées

Méthode Description
Application_BeginRequest ( object sender, EventArgs e ) : void
Application_End ( object sender, EventArgs e ) : void

Handles the End event of the Application control.

Application_Error ( object sender, EventArgs e ) : void
Application_PreRequestHandlerExecute ( object sender, EventArgs e ) : void

Handles the PreRequestHandlerExecute event of the Application control.

Application_Start ( object sender, EventArgs e ) : void

Handles the Start event of the Application control.

Method Details

Application_BeginRequest() protected méthode

protected Application_BeginRequest ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

Application_End() protected méthode

Handles the End event of the Application control.
protected Application_End ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
Résultat void

Application_Error() protected méthode

protected Application_Error ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

Application_PreRequestHandlerExecute() protected méthode

Handles the PreRequestHandlerExecute event of the Application control.
protected Application_PreRequestHandlerExecute ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
Résultat void

Application_Start() protected méthode

Handles the Start event of the Application control.
protected Application_Start ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
Résultat void

Profile_OnMigrateAnonymous() public méthode

Handles the OnMigrateAnonymous event of the Profile control.
public Profile_OnMigrateAnonymous ( object sender, System.Web.Profile.ProfileMigrateEventArgs args ) : void
sender object The source of the event.
args System.Web.Profile.ProfileMigrateEventArgs The instance containing the event data.
Résultat void