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

Inheritance: Subtext.Web.Admin.Pages.AdminPage
Exibir arquivo Open project: ayende/Subtext

Public Methods

Method Description
AdminOptionsPage ( ) : System

Protected Methods

Method Description
BindActionsListUI ( ) : void
BindLocalUI ( ) : void
OnInit ( EventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void

Private Methods

Method Description
InitializeComponent ( ) : void

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

Method Details

AdminOptionsPage() public method

public AdminOptionsPage ( ) : System
return System

BindActionsListUI() protected method

protected BindActionsListUI ( ) : void
return void

BindLocalUI() protected method

protected BindLocalUI ( ) : void
return void

OnInit() protected method

protected OnInit ( EventArgs e ) : void
e System.EventArgs
return void

Page_Load() protected method

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void