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

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

보호된 프로퍼티들

프로퍼티 타입 설명
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