C# 클래스 RockWeb.Blocks.Groups.GroupDetailLava

상속: Rock.Web.UI.RockBlock
파일 보기 프로젝트 열기: NewPointe/Rockit

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