C# Класс RockWeb.Blocks.Finance.BusinessDetail

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

Открытые методы

Метод Описание
ShowDetail ( int businessId ) : void

Shows the detail.

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

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

ddlRecordStatus_SelectedIndexChanged ( object sender, EventArgs e ) : void

Handles the SelectedIndexChanged event of the ddlRecordStatus control.

gContactList_Delete ( object sender, Rock e ) : void

Handles the Delete event of the gContactList control.

gContactList_RowSelected ( object sender, Rock e ) : void

Handles the RowSelected event of the gContactList control.

lbCancel_Click ( object sender, EventArgs e ) : void

Handles the Click event of the lbCancel control.

lbEdit_Click ( object sender, EventArgs e ) : void

Handles the Click event of the lbEdit control.

lbSave_Click ( object sender, EventArgs e ) : void

Handles the Click event of the lbSave control.

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

Метод Описание
BindContactListGrid ( Person business ) : void

Binds the contact list grid.

SetEditMode ( bool editable ) : void

Sets the edit mode.

ShowEditDetails ( Person business ) : void

Shows the edit details.

ShowSummary ( int businessId ) : void

Shows the summary.

UpdateGroupMember ( int businessId, GroupTypeCache groupType, string groupName, int campusId, int groupRoleId, RockContext rockContext ) : GroupMember

Updates the group member.

gContactList_AddClick ( object sender, EventArgs e ) : void

Handles the AddClick event of the gContactList control.

gContactList_GridRebind ( object sender, EventArgs e ) : void

Handles the GridRebind event of the gContactList control.

mdAddContact_SaveClick ( object sender, EventArgs e ) : void

Handles the SaveClick event of the mdAddContact control.

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

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

ShowDetail() публичный Метод

Shows the detail.
public ShowDetail ( int businessId ) : void
businessId int The business identifier.
Результат 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 System.EventArgs The instance containing the event data.
Результат void

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

Handles the Delete event of the gContactList control.
protected gContactList_Delete ( object sender, Rock e ) : void
sender object The source of the event.
e Rock The instance containing the event data.
Результат void

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

Handles the RowSelected event of the gContactList control.
protected gContactList_RowSelected ( object sender, Rock e ) : void
sender object The source of the event.
e Rock The instance containing the event data.
Результат void

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

Handles the Click event of the lbCancel control.
protected lbCancel_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
Результат void

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

Handles the Click event of the lbEdit control.
protected lbEdit_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
Результат void

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

Handles the Click event of the lbSave control.
protected lbSave_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
Результат void