C# Класс RockWeb.Blocks.Crm.PersonDetail.EditFamily

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

Защищенные свойства (Protected)

Свойство Тип Описание
basePersonUrl string

Private Properties

Свойство Тип Описание
BindLocations void
BindMembers void
GetMembersOrdered List

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

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

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

Метод Описание
BindLocations ( ) : void
BindMembers ( ) : void
GetMembersOrdered ( ) : List

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Описание свойств

basePersonUrl защищенное свойство

protected string basePersonUrl
Результат string