C# Class RockWeb.Blocks.Crm.PersonDetail.EditGroup

Inheritance: Rock.Web.UI.PersonBlock
Datei anzeigen Open project: NewPointe/Rockit

Private Properties

Property Type Description
BindLocations void
BindMembers void
GetMembersOrdered List
SetActiveTab void

Protected Methods

Method Description
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.

btnCancel_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnCancel control.

btnDelete_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnDelete control.

btnSave_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnSave control.

cpCampus_SelectedIndexChanged ( object sender, EventArgs e ) : void

Handles the SelectedIndexChanged event of the cpCampus control.

ddlReason_SelectedIndexChanged ( object sender, EventArgs e ) : void

Handles the SelectedIndexChanged event of the ddlReason control.

ddlRecordStatus_SelectedIndexChanged ( object sender, EventArgs e ) : void

Handles the SelectedIndexChanged event of the ddlRecordStatus control.

gLocation_RowDelete ( object sender, RowEventArgs e ) : void

Handles the RowDelete event of the gLocation control.

gLocations_Add ( object sender, EventArgs e ) : void

Handles the Add event of the gLocations control.

gLocations_GridRebind ( object sender, EventArgs e ) : void

Handles the GridRebind event of the gLocations control.

gLocations_RowCancelingEdit ( object sender, System.Web.UI.WebControls.GridViewCancelEditEventArgs e ) : void

Handles the RowCancelingEdit event of the gLocations control.

gLocations_RowDataBound ( object sender, System.Web.UI.WebControls.GridViewRowEventArgs e ) : void

Handles the RowDataBound event of the gLocations control.

gLocations_RowEditing ( object sender, System.Web.UI.WebControls.GridViewEditEventArgs e ) : void

Handles the RowEditing event of the gLocations control.

gLocations_RowUpdating ( object sender, System.Web.UI.WebControls.GridViewUpdateEventArgs e ) : void

Handles the RowUpdating event of the gLocations control.

lbAddPerson_Click ( object sender, EventArgs e ) : void

Handles the Click event of the lbAddPerson control.

lbMoved_Click ( object sender, EventArgs e ) : void

Handles the Click event of the lbMoved control.

lvMembers_ItemCommand ( object sender, System.Web.UI.WebControls.ListViewCommandEventArgs e ) : void

Handles the ItemCommand event of the lvMembers control.

lvMembers_ItemDataBound ( object sender, System.Web.UI.WebControls.ListViewItemEventArgs e ) : void

Handles the ItemDataBound event of the lvMembers control.

modalAddPerson_SaveClick ( object sender, EventArgs e ) : void

Handles the SaveClick event of the modalAddPerson control.

tbGroupName_TextChanged ( object sender, EventArgs e ) : void

Handles the TextChanged event of the tbGroupName control.

Private Methods

Method Description
BindLocations ( ) : void

Binds the locations.

BindMembers ( ) : void

Binds the members.

GetMembersOrdered ( ) : List

Gets the members ordered.

SetActiveTab ( ) : void

Sets the active tab.

Method Details

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

btnCancel_Click() protected method

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

btnDelete_Click() protected method

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

btnSave_Click() protected method

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

cpCampus_SelectedIndexChanged() protected method

Handles the SelectedIndexChanged event of the cpCampus control.
protected cpCampus_SelectedIndexChanged ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void

ddlReason_SelectedIndexChanged() protected method

Handles the SelectedIndexChanged event of the ddlReason control.
protected ddlReason_SelectedIndexChanged ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void

ddlRecordStatus_SelectedIndexChanged() protected method

Handles the SelectedIndexChanged event of the ddlRecordStatus control.
protected ddlRecordStatus_SelectedIndexChanged ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void

gLocation_RowDelete() protected method

Handles the RowDelete event of the gLocation control.
protected gLocation_RowDelete ( 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

gLocations_Add() protected method

Handles the Add event of the gLocations control.
protected gLocations_Add ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void

gLocations_GridRebind() protected method

Handles the GridRebind event of the gLocations control.
protected gLocations_GridRebind ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void

gLocations_RowCancelingEdit() protected method

Handles the RowCancelingEdit event of the gLocations control.
protected gLocations_RowCancelingEdit ( object sender, System.Web.UI.WebControls.GridViewCancelEditEventArgs e ) : void
sender object The source of the event.
e System.Web.UI.WebControls.GridViewCancelEditEventArgs The instance containing the event data.
return void

gLocations_RowDataBound() protected method

Handles the RowDataBound event of the gLocations control.
protected gLocations_RowDataBound ( object sender, System.Web.UI.WebControls.GridViewRowEventArgs e ) : void
sender object The source of the event.
e System.Web.UI.WebControls.GridViewRowEventArgs The instance containing the event data.
return void

gLocations_RowEditing() protected method

Handles the RowEditing event of the gLocations control.
protected gLocations_RowEditing ( object sender, System.Web.UI.WebControls.GridViewEditEventArgs e ) : void
sender object The source of the event.
e System.Web.UI.WebControls.GridViewEditEventArgs The instance containing the event data.
return void

gLocations_RowUpdating() protected method

Handles the RowUpdating event of the gLocations control.
protected gLocations_RowUpdating ( object sender, System.Web.UI.WebControls.GridViewUpdateEventArgs e ) : void
sender object The source of the event.
e System.Web.UI.WebControls.GridViewUpdateEventArgs The instance containing the event data.
return void

lbAddPerson_Click() protected method

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

lbMoved_Click() protected method

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

lvMembers_ItemCommand() protected method

Handles the ItemCommand event of the lvMembers control.
protected lvMembers_ItemCommand ( object sender, System.Web.UI.WebControls.ListViewCommandEventArgs e ) : void
sender object The source of the event.
e System.Web.UI.WebControls.ListViewCommandEventArgs The instance containing the event data.
return void

lvMembers_ItemDataBound() protected method

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

modalAddPerson_SaveClick() protected method

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

tbGroupName_TextChanged() protected method

Handles the TextChanged event of the tbGroupName control.
protected tbGroupName_TextChanged ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void