C# Class RockWeb.Blocks.Finance.BusinessDetail

Inheritance: Rock.Web.UI.RockBlock, IDetailBlock
Afficher le fichier Open project: NewSpring/Rock

Méthodes publiques

Méthode Description
ShowDetail ( int businessId ) : void

Shows the detail.

Méthodes protégées

Méthode 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.

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.

Private Methods

Méthode Description
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.

Method Details

OnInit() protected méthode

Raises the E:System.Web.UI.Control.Init event.
protected OnInit ( EventArgs e ) : void
e System.EventArgs An object that contains the event data.
Résultat void

OnLoad() protected méthode

Raises the E:System.Web.UI.Control.Load event.
protected OnLoad ( EventArgs e ) : void
e System.EventArgs The object that contains the event data.
Résultat void

ShowDetail() public méthode

Shows the detail.
public ShowDetail ( int businessId ) : void
businessId int The business identifier.
Résultat void

ddlRecordStatus_SelectedIndexChanged() protected méthode

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.
Résultat void

gContactList_Delete() protected méthode

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.
Résultat void

gContactList_RowSelected() protected méthode

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.
Résultat void

lbCancel_Click() protected méthode

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.
Résultat void

lbEdit_Click() protected méthode

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.
Résultat void

lbSave_Click() protected méthode

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.
Résultat void