C# 클래스 RockWeb.Blocks.Finance.BusinessDetail

상속: Rock.Web.UI.RockBlock, IDetailBlock
파일 보기 프로젝트 열기: NewSpring/Rock

공개 메소드들

메소드 설명
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