C# Class RockWeb.Blocks.Core.BlockProperties

Inheritance: Rock.Web.UI.RockBlock
Datei anzeigen Open project: CentralAZ/Rockit-CentralAZ

Protected Methods

Method Description
GetTabClass ( object property ) : string

Gets the tab class.

OnInit ( EventArgs e ) : void

Raises the E:Init event.

OnLoad ( EventArgs e ) : void

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

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.

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:Init event.
protected OnInit ( EventArgs e ) : void
e System.EventArgs The instance containing 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

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