C# Class Subtext.Web.Admin.Pages.AdminOptionsPage

Inheritance: Subtext.Web.Admin.Pages.AdminPage
Afficher le fichier Open project: ayende/Subtext

Méthodes publiques

Méthode Description
AdminOptionsPage ( ) : System

Méthodes protégées

Méthode Description
BindActionsListUI ( ) : void
BindLocalUI ( ) : void
OnInit ( EventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void

Private Methods

Méthode Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Method Details

AdminOptionsPage() public méthode

public AdminOptionsPage ( ) : System
Résultat System

BindActionsListUI() protected méthode

protected BindActionsListUI ( ) : void
Résultat void

BindLocalUI() protected méthode

protected BindLocalUI ( ) : void
Résultat void

OnInit() protected méthode

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

Page_Load() protected méthode

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