C# Class RockWeb.Blocks.Groups.GroupMemberList

Inheritance: Rock.Web.UI.RockBlock, ISecondaryBlock
Datei anzeigen Open project: SparkDevNetwork/Rock

Private Properties

Property Type Description
AddDynamicControls void
AddPersonProfileLinkColumn void
AddPlaceElsewhereColumn void
BindAttributes void
BindPlaceElsewhereTriggerButtons void
MakeKeyUniqueToGroup string
ResolveValues string
SetFilter void
gGroupMembers_GetRecipientMergeFields void

Public Methods

Method Description
GroupMemberList_BlockUpdated ( object sender, EventArgs e ) : void

Handles the BlockUpdated event of the GroupMemberList control.

SetVisible ( bool visible ) : void

Sets the visible.

Protected Methods

Method Description
BindGroupMembersGrid ( bool isExporting = false ) : void

Binds the group members grid.

DeleteGroupMember_Click ( object sender, Rock e ) : void

Handles the Click event of the DeleteGroupMember control.

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.

SaveViewState ( ) : object

Saves any user control view-state changes that have occurred since the last page postback.

btnMemberTrigger_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnMemberTrigger control.

btnPlaceElsewhere_Click ( object sender, RowEventArgs e ) : void

Handles the Click event of the btnPlaceElsewhere control.

gGroupMembers_AddClick ( object sender, EventArgs e ) : void

Handles the AddClick event of the gGroupMembers control.

gGroupMembers_Edit ( object sender, RowEventArgs e ) : void

Handles the Edit event of the gGroupMembers control.

gGroupMembers_GridRebind ( object sender, GridRebindEventArgs e ) : void

Handles the GridRebind event of the gGroupMembers control.

gGroupMembers_RowDataBound ( object sender, System e ) : void

Handles the RowDataBound event of the gGroupMembers control.

mdPlaceElsewhere_SaveClick ( object sender, EventArgs e ) : void

Handles the SaveClick event of the mdPlaceElsewhere control.

rFilter_ApplyFilterClick ( object sender, EventArgs e ) : void

Handles the ApplyFilterClick event of the rFilter control.

rFilter_DisplayFilterValue ( object sender, GridFilter e ) : void

Rs the filter_ display filter value.

rptSelectMemberTrigger_ItemDataBound ( object sender, System.Web.UI.WebControls.RepeaterItemEventArgs e ) : void

Handles the ItemDataBound event of the rptSelectMemberTrigger control.

Private Methods

Method Description
AddDynamicControls ( ) : void

Adds the attribute columns.

AddPersonProfileLinkColumn ( ) : void

Adds the column with a link to profile page.

AddPlaceElsewhereColumn ( ) : void

Adds the Place Elsewhere column

BindAttributes ( ) : void

Binds the attributes.

BindPlaceElsewhereTriggerButtons ( bool setDefault ) : void

Binds the place elsewhere trigger buttons.

MakeKeyUniqueToGroup ( string key ) : string

Makes the key unique to group.

ResolveValues ( string values, System checkBoxList ) : string

Resolves the values.

SetFilter ( ) : void

Binds the filter.

gGroupMembers_GetRecipientMergeFields ( object sender, GetRecipientMergeFieldsEventArgs e ) : void

Handles the GetRecipientMergeFields event of the gGroupMembers control.

Method Details

BindGroupMembersGrid() protected method

Binds the group members grid.
protected BindGroupMembersGrid ( bool isExporting = false ) : void
isExporting bool
return void

DeleteGroupMember_Click() protected method

Handles the Click event of the DeleteGroupMember control.
protected DeleteGroupMember_Click ( object sender, Rock e ) : void
sender object The source of the event.
e Rock The instance containing the event data.
return void

GroupMemberList_BlockUpdated() public method

Handles the BlockUpdated event of the GroupMemberList control.
public GroupMemberList_BlockUpdated ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void

LoadViewState() protected method

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.
return void

OnInit() protected method

Raises the E:System.Web.UI.Control.Init event.
protected OnInit ( EventArgs e ) : void
e System.EventArgs An object that contains 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

SaveViewState() protected method

Saves any user control view-state changes that have occurred since the last page postback.
protected SaveViewState ( ) : object
return object

SetVisible() public method

Sets the visible.
public SetVisible ( bool visible ) : void
visible bool if set to true [visible].
return void

btnMemberTrigger_Click() protected method

Handles the Click event of the btnMemberTrigger control.
protected btnMemberTrigger_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void

btnPlaceElsewhere_Click() protected method

Handles the Click event of the btnPlaceElsewhere control.
protected btnPlaceElsewhere_Click ( object sender, RowEventArgs e ) : void
sender object The source of the event.
e Rock.Web.UI.Controls.RowEventArgs The instance containing the event data.
return void

gGroupMembers_AddClick() protected method

Handles the AddClick event of the gGroupMembers control.
protected gGroupMembers_AddClick ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void

gGroupMembers_Edit() protected method

Handles the Edit event of the gGroupMembers control.
protected gGroupMembers_Edit ( object sender, RowEventArgs e ) : void
sender object The source of the event.
e Rock.Web.UI.Controls.RowEventArgs The instance containing the event data.
return void

gGroupMembers_GridRebind() protected method

Handles the GridRebind event of the gGroupMembers control.
protected gGroupMembers_GridRebind ( object sender, GridRebindEventArgs e ) : void
sender object The source of the event.
e GridRebindEventArgs The instance containing the event data.
return void

gGroupMembers_RowDataBound() protected method

Handles the RowDataBound event of the gGroupMembers control.
protected gGroupMembers_RowDataBound ( object sender, System e ) : void
sender object The source of the event.
e System The instance containing the event data.
return void

mdPlaceElsewhere_SaveClick() protected method

Handles the SaveClick event of the mdPlaceElsewhere control.
protected mdPlaceElsewhere_SaveClick ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void

rFilter_ApplyFilterClick() protected method

Handles the ApplyFilterClick event of the rFilter control.
protected rFilter_ApplyFilterClick ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void

rFilter_DisplayFilterValue() protected method

Rs the filter_ display filter value.
protected rFilter_DisplayFilterValue ( object sender, GridFilter e ) : void
sender object The sender.
e Rock.Web.UI.Controls.GridFilter The e.
return void

rptSelectMemberTrigger_ItemDataBound() protected method

Handles the ItemDataBound event of the rptSelectMemberTrigger control.
protected rptSelectMemberTrigger_ItemDataBound ( object sender, System.Web.UI.WebControls.RepeaterItemEventArgs e ) : void
sender object The source of the event.
e System.Web.UI.WebControls.RepeaterItemEventArgs The instance containing the event data.
return void