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

Summary description for EditNavigatorLinksBox.
상속: newtelligence.DasBlog.Web.Core.SharedBaseControl
파일 보기 프로젝트 열기: AArnott/dasblog

보호된 프로퍼티들

프로퍼티 타입 설명
Panel1 System.Web.UI.WebControls.Panel
buttonSaveChanges global::System.Web.UI.WebControls.Button
changesAlert global::System.Web.UI.WebControls.Label
crosspostSitesGrid global::System.Web.UI.WebControls.DataGrid
labelTitle global::System.Web.UI.WebControls.Label
resmgr System.Resources.ResourceManager
shadowBox global::newtelligence.DasBlog.Web.Core.WebControls.ShadowBox
validatorRFname System.Web.UI.WebControls.RequiredFieldValidator

공개 메소드들

메소드 설명
GetServerInfo ( ) : ICollection

보호된 메소드들

메소드 설명
OnInit ( EventArgs e ) : void
Page_Load ( object sender, System e ) : void
TruncateString ( string s, int max ) : string
buttonSaveChanges_Click ( object sender, System e ) : void
crosspostSitesGrid_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.

LoadCrossPostServerInfo ( ) : void
LoadSites ( ) : void
SaveSites ( ) : void
crosspostSitesGrid_CancelCommand ( object source, System e ) : void
crosspostSitesGrid_DeleteCommand ( object source, System e ) : void
crosspostSitesGrid_EditCommand ( object source, System e ) : void
crosspostSitesGrid_ItemCommand ( object source, System e ) : void
crosspostSitesGrid_PageIndexChanged ( object source, System e ) : void
crosspostSitesGrid_UpdateCommand ( object source, System e ) : void

메소드 상세

GetServerInfo() 공개 메소드

public GetServerInfo ( ) : ICollection
리턴 ICollection

OnInit() 보호된 메소드

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

Page_Load() 보호된 메소드

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

TruncateString() 보호된 메소드

protected TruncateString ( string s, int max ) : string
s string
max int
리턴 string

buttonSaveChanges_Click() 보호된 메소드

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

crosspostSitesGrid_Load() 보호된 메소드

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

프로퍼티 상세

Panel1 보호되어 있는 프로퍼티

protected Panel,System.Web.UI.WebControls Panel1
리턴 System.Web.UI.WebControls.Panel

buttonSaveChanges 보호되어 있는 프로퍼티

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

changesAlert 보호되어 있는 프로퍼티

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

crosspostSitesGrid 보호되어 있는 프로퍼티

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

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

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