C# Class RockWeb.Blocks.Core.BlockProperties

Inheritance: Rock.Web.UI.RockBlock
Afficher le fichier Open project: CentralAZ/Rockit-CentralAZ

Méthodes protégées

Méthode 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

Méthode Description
DisplayError ( string message ) : void

Displays the error.

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

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