C# 클래스 Subtext.Web.Admin.Pages.AdminOptionsPage

상속: Subtext.Web.Admin.Pages.AdminPage
파일 보기 프로젝트 열기: ayende/Subtext

공개 메소드들

메소드 설명
AdminOptionsPage ( ) : System

보호된 메소드들

메소드 설명
BindActionsListUI ( ) : void
BindLocalUI ( ) : void
OnInit ( EventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void

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

메소드 상세

AdminOptionsPage() 공개 메소드

public AdminOptionsPage ( ) : System
리턴 System

BindActionsListUI() 보호된 메소드

protected BindActionsListUI ( ) : void
리턴 void

BindLocalUI() 보호된 메소드

protected BindLocalUI ( ) : void
리턴 void

OnInit() 보호된 메소드

protected OnInit ( EventArgs e ) : void
e System.EventArgs
리턴 void

Page_Load() 보호된 메소드

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