C# Класс RockWeb.Blocks.Groups.GroupDetailLava

Наследование: Rock.Web.UI.RockBlock
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
AddGroupMember void
BlockSetup void
ConfigureGroupLocationControls void
DeleteGroupMember void
DisplayEditGroup void
DisplayEditGroupMember void
DisplayViewGroup void
LoadGroupMemberDropDowns void
RouteAction void
SendCommunication void
ShowSelectedPane void

Открытые методы

Метод Описание
sm_Navigate ( object sender, System.Web.UI.HistoryEventArgs e ) : void

Handles the Navigate event of the sm control.

Защищенные методы

Метод Описание
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.

Приватные методы

Метод Описание
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.

Описание методов

Block_BlockUpdated() защищенный Метод

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.
Результат void

GetLocationTabClass() защищенный Метод

helper method to toggle the group location tabs
protected GetLocationTabClass ( object property ) : string
property object The property.
Результат string

LoadViewState() защищенный Метод

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.
Результат void

OnInit() защищенный Метод

Raises the E:System.Web.UI.Control.Init event.
protected OnInit ( EventArgs e ) : void
e System.EventArgs An object that contains the event data.
Результат void

OnLoad() защищенный Метод

Raises the E:System.Web.UI.Control.Load event.
protected OnLoad ( EventArgs e ) : void
e System.EventArgs The object that contains the event data.
Результат void

btnCancelGroupMember_Click() защищенный Метод

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.
Результат void

btnSaveGroupMember_Click() защищенный Метод

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.
Результат void

btnSaveGroup_Click() защищенный Метод

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.
Результат void

lbCancelGroup_Click() защищенный Метод

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.
Результат void

lbLocationType_Click() защищенный Метод

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.
Результат void

sm_Navigate() публичный Метод

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.
Результат void