C# 클래스 RockWeb.Blocks.Crm.PersonDetail.EditGroup

상속: Rock.Web.UI.PersonBlock
파일 보기 프로젝트 열기: NewPointe/Rockit

Private Properties

프로퍼티 타입 설명
BindLocations void
BindMembers void
GetMembersOrdered List
SetActiveTab void

보호된 메소드들

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

btnDelete_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnDelete 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, System.Web.UI.WebControls.GridViewCancelEditEventArgs e ) : void

Handles the RowCancelingEdit event of the gLocations control.

gLocations_RowDataBound ( object sender, System.Web.UI.WebControls.GridViewRowEventArgs e ) : void

Handles the RowDataBound event of the gLocations control.

gLocations_RowEditing ( object sender, System.Web.UI.WebControls.GridViewEditEventArgs e ) : void

Handles the RowEditing event of the gLocations control.

gLocations_RowUpdating ( object sender, System.Web.UI.WebControls.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, System.Web.UI.WebControls.ListViewCommandEventArgs e ) : void

Handles the ItemCommand event of the lvMembers control.

lvMembers_ItemDataBound ( object sender, System.Web.UI.WebControls.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.

tbGroupName_TextChanged ( object sender, EventArgs e ) : void

Handles the TextChanged event of the tbGroupName control.

비공개 메소드들

메소드 설명
BindLocations ( ) : void

Binds the locations.

BindMembers ( ) : void

Binds the members.

GetMembersOrdered ( ) : List

Gets the members ordered.

SetActiveTab ( ) : void

Sets the active tab.

메소드 상세

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

btnDelete_Click() 보호된 메소드

Handles the Click event of the btnDelete control.
protected btnDelete_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 System.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 System.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 System.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 System.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 Rock.Web.UI.Controls.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 System.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 System.EventArgs The instance containing the event data.
리턴 void

gLocations_RowCancelingEdit() 보호된 메소드

Handles the RowCancelingEdit event of the gLocations control.
protected gLocations_RowCancelingEdit ( object sender, System.Web.UI.WebControls.GridViewCancelEditEventArgs e ) : void
sender object The source of the event.
e System.Web.UI.WebControls.GridViewCancelEditEventArgs The instance containing the event data.
리턴 void

gLocations_RowDataBound() 보호된 메소드

Handles the RowDataBound event of the gLocations control.
protected gLocations_RowDataBound ( object sender, System.Web.UI.WebControls.GridViewRowEventArgs e ) : void
sender object The source of the event.
e System.Web.UI.WebControls.GridViewRowEventArgs The instance containing the event data.
리턴 void

gLocations_RowEditing() 보호된 메소드

Handles the RowEditing event of the gLocations control.
protected gLocations_RowEditing ( object sender, System.Web.UI.WebControls.GridViewEditEventArgs e ) : void
sender object The source of the event.
e System.Web.UI.WebControls.GridViewEditEventArgs The instance containing the event data.
리턴 void

gLocations_RowUpdating() 보호된 메소드

Handles the RowUpdating event of the gLocations control.
protected gLocations_RowUpdating ( object sender, System.Web.UI.WebControls.GridViewUpdateEventArgs e ) : void
sender object The source of the event.
e System.Web.UI.WebControls.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 System.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 System.EventArgs The instance containing the event data.
리턴 void

lvMembers_ItemCommand() 보호된 메소드

Handles the ItemCommand event of the lvMembers control.
protected lvMembers_ItemCommand ( object sender, System.Web.UI.WebControls.ListViewCommandEventArgs e ) : void
sender object The source of the event.
e System.Web.UI.WebControls.ListViewCommandEventArgs The instance containing the event data.
리턴 void

lvMembers_ItemDataBound() 보호된 메소드

Handles the ItemDataBound event of the lvMembers control.
protected lvMembers_ItemDataBound ( object sender, System.Web.UI.WebControls.ListViewItemEventArgs e ) : void
sender object The source of the event.
e System.Web.UI.WebControls.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 System.EventArgs The instance containing the event data.
리턴 void

tbGroupName_TextChanged() 보호된 메소드

Handles the TextChanged event of the tbGroupName control.
protected tbGroupName_TextChanged ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
리턴 void