C# Class RockWeb.Blocks.Administration.PageProperties

Inheritance: Rock.Web.UI.Block
Datei anzeigen Open project: NewSpring/Rock

Protected Methods

Method 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

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

Gets the tab class.
protected GetTabClass ( object property ) : string
property object The property.
return string

OnInit() protected method

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

OnLoad() protected method

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

cvPageRoute_ServerValidate() protected method

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.
return void

ddlSite_SelectedIndexChanged() protected method

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.
return void

lbExport_Click() protected method

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.
return void

lbImport_Click() protected method

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.
return void

lbProperty_Click() protected method

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.
return void

masterPage_OnSave() protected method

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.
return void