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

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

Protected Properties

Property Type Description
basePersonUrl string

Private Properties

Property Type Description
BindLocations void
BindMembers void
GetMembersOrdered List

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.

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, GridViewCancelEditEventArgs e ) : void

Handles the RowCancelingEdit event of the gLocations control.

gLocations_RowDataBound ( object sender, GridViewRowEventArgs e ) : void

Handles the RowDataBound event of the gLocations control.

gLocations_RowEditing ( object sender, GridViewEditEventArgs e ) : void

Handles the RowEditing event of the gLocations control.

gLocations_RowUpdating ( object sender, 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, ListViewCommandEventArgs e ) : void

Handles the ItemCommand event of the lvMembers control.

lvMembers_ItemDataBound ( object sender, 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.

tbFamilyName_TextChanged ( object sender, EventArgs e ) : void

Handles the TextChanged event of the tbFamilyName control.

Private Methods

Method Description
BindLocations ( ) : void
BindMembers ( ) : void
GetMembersOrdered ( ) : List

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

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 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 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 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 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 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 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 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, GridViewCancelEditEventArgs e ) : void
sender object The source of the event.
e 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, GridViewRowEventArgs e ) : void
sender object The source of the event.
e 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, GridViewEditEventArgs e ) : void
sender object The source of the event.
e 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, GridViewUpdateEventArgs e ) : void
sender object The source of the event.
e 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 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 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, ListViewCommandEventArgs e ) : void
sender object The source of the event.
e 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, ListViewItemEventArgs e ) : void
sender object The source of the event.
e 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 EventArgs The instance containing the event data.
return void

tbFamilyName_TextChanged() protected method

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

Property Details

basePersonUrl protected_oe property

protected string basePersonUrl
return string