C# Class newtelligence.DasBlog.Web.EditCrosspostSitesBox

Summary description for EditNavigatorLinksBox.
Inheritance: newtelligence.DasBlog.Web.Core.SharedBaseControl
Mostrar archivo Open project: AArnott/dasblog

Protected Properties

Property Type Description
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

Public Methods

Method Description
GetServerInfo ( ) : ICollection

Protected Methods

Method Description
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

Private Methods

Method Description
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

Method Details

GetServerInfo() public method

public GetServerInfo ( ) : ICollection
return ICollection

OnInit() protected method

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

Page_Load() protected method

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

TruncateString() protected method

protected TruncateString ( string s, int max ) : string
s string
max int
return string

buttonSaveChanges_Click() protected method

protected buttonSaveChanges_Click ( object sender, System e ) : void
sender object
e System
return void

crosspostSitesGrid_Load() protected method

protected crosspostSitesGrid_Load ( object sender, System e ) : void
sender object
e System
return void

Property Details

Panel1 protected_oe property

protected Panel,System.Web.UI.WebControls Panel1
return System.Web.UI.WebControls.Panel

buttonSaveChanges protected_oe property

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
return global::System.Web.UI.WebControls.Button

changesAlert protected_oe property

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
return global::System.Web.UI.WebControls.Label

crosspostSitesGrid protected_oe property

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
return global::System.Web.UI.WebControls.DataGrid

labelTitle protected_oe property

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
return global::System.Web.UI.WebControls.Label

resmgr protected_oe property

protected System.Resources.ResourceManager resmgr
return System.Resources.ResourceManager

shadowBox protected_oe property

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
return global::newtelligence.DasBlog.Web.Core.WebControls.ShadowBox

validatorRFname protected_oe property

protected RequiredFieldValidator,System.Web.UI.WebControls validatorRFname
return System.Web.UI.WebControls.RequiredFieldValidator