C# Class PaulStovell.TrialBalance.Website.ApplicationPage

Inheritance: System.Web.UI.Page
Afficher le fichier Open project: PaulStovell/trial-balance

Méthodes publiques

Méthode Description
ApplicationPage ( ) : System

Constructor.

GetNonCriticalPageExceptions ( ) : ReadOnlyCollection

Méthodes protégées

Méthode Description
OnInit ( EventArgs e ) : void
OnLoad ( EventArgs e ) : void
OnPreInit ( EventArgs e ) : void

Method Details

ApplicationPage() public méthode

Constructor.
public ApplicationPage ( ) : System
Résultat System

GetNonCriticalPageExceptions() public méthode

public GetNonCriticalPageExceptions ( ) : ReadOnlyCollection
Résultat ReadOnlyCollection

OnInit() protected méthode

protected OnInit ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnLoad() protected méthode

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnPreInit() protected méthode

protected OnPreInit ( EventArgs e ) : void
e System.EventArgs
Résultat void