C# Class RockWeb.Blocks.Administration.PageProperties

Inheritance: Rock.Web.UI.Block
Afficher le fichier Open project: NewSpring/Rock

Méthodes protégées

Méthode Description
GetTabClass ( object property ) : string

Gets the tab class.

OnInit ( EventArgs e ) : void

Raises the E:System.Web.UI.Control.Init event.

OnLoad ( EventArgs e ) : void

Raises the E:System.Web.UI.Control.Load event.

cvPageRoute_ServerValidate ( object source, System.Web.UI.WebControls.ServerValidateEventArgs args ) : void

Handles the ServerValidate event of the cvPageRoute control.

ddlSite_SelectedIndexChanged ( object sender, EventArgs e ) : void

Handles the SelectedIndexChanged event of the ddlSite control.

lbExport_Click ( object sender, EventArgs e ) : void

Handles the Click event of the lbExport control.

lbImport_Click ( object sender, EventArgs e ) : void

Handles the Click event of the lbImport control.

lbProperty_Click ( object sender, EventArgs e ) : void

Handles the Click event of the lbProperty control.

masterPage_OnSave ( object sender, EventArgs e ) : void

Handles the OnSave event of the masterPage control.

Private Methods

Méthode Description
DisplayError ( string message ) : void

Displays the error.

LoadLayouts ( RockContext rockContext, SiteCache site ) : void

Loads the layouts.

LoadSites ( RockContext rockContext ) : void

Loads the sites.

ShowSelectedPane ( ) : void

Shows the selected pane.

Method Details

GetTabClass() protected méthode

Gets the tab class.
protected GetTabClass ( object property ) : string
property object The property.
Résultat string

OnInit() protected méthode

Raises the E:System.Web.UI.Control.Init event.
protected OnInit ( EventArgs e ) : void
e System.EventArgs An object that contains the event data.
Résultat void

OnLoad() protected méthode

Raises the E:System.Web.UI.Control.Load event.
protected OnLoad ( EventArgs e ) : void
e System.EventArgs The object that contains the event data.
Résultat void

cvPageRoute_ServerValidate() protected méthode

Handles the ServerValidate event of the cvPageRoute control.
protected cvPageRoute_ServerValidate ( object source, System.Web.UI.WebControls.ServerValidateEventArgs args ) : void
source object The source of the event.
args System.Web.UI.WebControls.ServerValidateEventArgs The instance containing the event data.
Résultat void

ddlSite_SelectedIndexChanged() protected méthode

Handles the SelectedIndexChanged event of the ddlSite control.
protected ddlSite_SelectedIndexChanged ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
Résultat void

lbExport_Click() protected méthode

Handles the Click event of the lbExport control.
protected lbExport_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
Résultat void

lbImport_Click() protected méthode

Handles the Click event of the lbImport control.
protected lbImport_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
Résultat void

lbProperty_Click() protected méthode

Handles the Click event of the lbProperty control.
protected lbProperty_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
Résultat void

masterPage_OnSave() protected méthode

Handles the OnSave event of the masterPage control.
protected masterPage_OnSave ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
Résultat void