C# 클래스 newtelligence.DasBlog.Web.EditNavigatorLinksBox

파일 보기 프로젝트 열기: AArnott/dasblog

보호된 프로퍼티들

프로퍼티 타입 설명
labelTitle global::System.Web.UI.WebControls.Label
navigationRoot NavigationRoot
navigatorLinksGrid global::System.Web.UI.WebControls.DataGrid
resmgr System.Resources.ResourceManager
shadowBox global::newtelligence.DasBlog.Web.Core.WebControls.ShadowBox
validatorRFname System.Web.UI.WebControls.RequiredFieldValidator

보호된 메소드들

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

비공개 메소드들

메소드 설명
BindGrid ( ) : void
InitializeComponent ( ) : void

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

LoadList ( string fileName ) : void
SaveList ( string fileName ) : void
navigatorLinksGrid_CancelCommand ( object source, System e ) : void
navigatorLinksGrid_DeleteCommand ( object source, System e ) : void
navigatorLinksGrid_EditCommand ( object source, System e ) : void
navigatorLinksGrid_ItemCommand ( object source, System e ) : void
navigatorLinksGrid_PageIndexChanged ( object source, System e ) : void
navigatorLinksGrid_UpdateCommand ( object source, System e ) : void

메소드 상세

OnInit() 보호된 메소드

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

Page_Load() 보호된 메소드

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

프로퍼티 상세

labelTitle 보호되어 있는 프로퍼티

labelTitle control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label labelTitle
리턴 global::System.Web.UI.WebControls.Label

navigationRoot 보호되어 있는 프로퍼티

protected NavigationRoot navigationRoot
리턴 NavigationRoot

navigatorLinksGrid 보호되어 있는 프로퍼티

navigatorLinksGrid control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.DataGrid navigatorLinksGrid
리턴 global::System.Web.UI.WebControls.DataGrid

resmgr 보호되어 있는 프로퍼티

protected System.Resources.ResourceManager resmgr
리턴 System.Resources.ResourceManager

shadowBox 보호되어 있는 프로퍼티

shadowBox control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::newtelligence.DasBlog.Web.Core.WebControls.ShadowBox shadowBox
리턴 global::newtelligence.DasBlog.Web.Core.WebControls.ShadowBox

validatorRFname 보호되어 있는 프로퍼티

protected RequiredFieldValidator,System.Web.UI.WebControls validatorRFname
리턴 System.Web.UI.WebControls.RequiredFieldValidator