C# Class RockWeb.Blocks.Groups.GroupDetailLava

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

Private Properties

Свойство Type Description
AddGroupMember void
BlockSetup void
ConfigureGroupLocationControls void
DeleteGroupMember void
DisplayEditGroup void
DisplayEditGroupMember void
DisplayViewGroup void
LoadGroupMemberDropDowns void
RouteAction void
SendCommunication void
ShowSelectedPane void

Méthodes publiques

Méthode Description
sm_Navigate ( object sender, System.Web.UI.HistoryEventArgs e ) : void

Handles the Navigate event of the sm control.

Méthodes protégées

Méthode Description
Block_BlockUpdated ( object sender, EventArgs e ) : void

Handles the BlockUpdated event of the control.

GetLocationTabClass ( object property ) : string

helper method to toggle the group location tabs

LoadViewState ( object savedState ) : void

Restores the view-state information from a previous user control request that was saved by the M:System.Web.UI.UserControl.SaveViewState method.

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.

btnCancelGroupMember_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnCancelGroupMember control.

btnSaveGroupMember_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnSaveGroupMember control.

btnSaveGroup_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnSaveGroup control.

lbCancelGroup_Click ( object sender, EventArgs e ) : void

Handles the Click event of the lbCancelGroup control.

lbLocationType_Click ( object sender, EventArgs e ) : void

Handles the Click event of the lbLocationType control.

Private Methods

Méthode Description
AddGroupMember ( ) : void

Adds the group member.

BlockSetup ( ) : void

setup block

ConfigureGroupLocationControls ( Group group ) : void

logic to setup the groups location entry panel

DeleteGroupMember ( int groupMemberId ) : void

Deletes the group member.

DisplayEditGroup ( ) : void

Displays the edit group panel.

DisplayEditGroupMember ( int groupMemberId ) : void

Displays the edit group member.

DisplayViewGroup ( ) : void

Displays the view group using a lava template

LoadGroupMemberDropDowns ( int groupId ) : void

Loads the group member drop downs.

RouteAction ( ) : void

Route the request to the correct panel

SendCommunication ( ) : void

Sends the communication.

ShowSelectedPane ( ) : void

Shows the selected pane.

Method Details

Block_BlockUpdated() protected méthode

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

GetLocationTabClass() protected méthode

helper method to toggle the group location tabs
protected GetLocationTabClass ( object property ) : string
property object The property.
Résultat string

LoadViewState() protected méthode

Restores the view-state information from a previous user control request that was saved by the M:System.Web.UI.UserControl.SaveViewState method.
protected LoadViewState ( object savedState ) : void
savedState object An that represents the user control state to be restored.
Résultat void

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

btnCancelGroupMember_Click() protected méthode

Handles the Click event of the btnCancelGroupMember control.
protected btnCancelGroupMember_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

btnSaveGroupMember_Click() protected méthode

Handles the Click event of the btnSaveGroupMember control.
protected btnSaveGroupMember_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

btnSaveGroup_Click() protected méthode

Handles the Click event of the btnSaveGroup control.
protected btnSaveGroup_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

lbCancelGroup_Click() protected méthode

Handles the Click event of the lbCancelGroup control.
protected lbCancelGroup_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

lbLocationType_Click() protected méthode

Handles the Click event of the lbLocationType control.
protected lbLocationType_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

sm_Navigate() public méthode

Handles the Navigate event of the sm control.
public sm_Navigate ( object sender, System.Web.UI.HistoryEventArgs e ) : void
sender object The source of the event.
e System.Web.UI.HistoryEventArgs The instance containing the event data.
Résultat void