C# 클래스 Engage.Dnn.Locator.ManageLocations

파일 보기 프로젝트 열기: EngageSoftware/Engage-Locator

보호된 프로퍼티들

프로퍼티 타입 설명
btnAccept global::System.Web.UI.WebControls.ImageButton
btnAddLocation global::System.Web.UI.WebControls.ImageButton
btnCancel global::System.Web.UI.WebControls.ImageButton
btnReject global::System.Web.UI.WebControls.ImageButton
dgLocations global::System.Web.UI.WebControls.DataGrid
divApproval global::System.Web.UI.HtmlControls.HtmlGenericControl
divPanelTab global::System.Web.UI.HtmlControls.HtmlGenericControl
editDiv global::System.Web.UI.HtmlControls.HtmlGenericControl
lbImportFile global::System.Web.UI.WebControls.ImageButton
lbLocationTypes global::System.Web.UI.WebControls.ImageButton
lbManageComments global::System.Web.UI.WebControls.ImageButton
lbManageLocations global::System.Web.UI.WebControls.ImageButton
lbSettings global::System.Web.UI.WebControls.ImageButton
lblConfigured global::System.Web.UI.WebControls.Label
lblEditLocations global::System.Web.UI.WebControls.Label
lblSuccess global::System.Web.UI.WebControls.Label
pager global::DotNetNuke.UI.WebControls.PagingControl
rbApproved global::System.Web.UI.WebControls.RadioButton
rbWaitingForApproval global::System.Web.UI.WebControls.RadioButton
teLocationDetails TextEditor
upDataImport global::System.Web.UI.UpdatePanel

Private Properties

프로퍼티 타입 설명
Bind void
BindData void

보호된 메소드들

메소드 설명
OnInit ( EventArgs e ) : void

Raises the E:Init event.

Page_Load ( object sender, EventArgs e ) : void

Handles the Load event of the Page control.

btnAccept_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnAccept control.

btnAddLocation_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnAddLocation control.

btnBack_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnBack control.

btnCancel_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnCancel control.

btnReject_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnReject control.

dgLocations_CancelCommand ( object source, DataGridCommandEventArgs e ) : void

Handles the CancelCommand event of the dgLocations control.

dgLocations_DataBind ( object sender, EventArgs e ) : void

Handles the DataBind event of the dgLocations control.

dgLocations_EditCommand ( object source, DataGridCommandEventArgs e ) : void

Handles the EditCommand event of the dgLocations control.

dgLocations_ItemDataBound ( object sender, DataGridItemEventArgs e ) : void

Handles the ItemDataBound event of the dgLocations control.

dgLocations_SortCommand ( object source, DataGridSortCommandEventArgs e ) : void

Handles the SortCommand event of the dgLocations control.

rbApproved_CheckChanged ( object sender, EventArgs e ) : void

Handles the CheckChanged event of the rbApproved control.

비공개 메소드들

메소드 설명
Bind ( ) : void
BindData ( bool approved, string sortColumn ) : void

메소드 상세

OnInit() 보호된 메소드

Raises the E:Init event.
protected OnInit ( EventArgs e ) : void
e EventArgs The instance containing the event data.
리턴 void

Page_Load() 보호된 메소드

Handles the Load event of the Page control.
protected Page_Load ( object sender, EventArgs e ) : void
sender object The source of the event.
e EventArgs The instance containing the event data.
리턴 void

btnAccept_Click() 보호된 메소드

Handles the Click event of the btnAccept control.
protected btnAccept_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e EventArgs The instance containing the event data.
리턴 void

btnAddLocation_Click() 보호된 메소드

Handles the Click event of the btnAddLocation control.
protected btnAddLocation_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e EventArgs The instance containing the event data.
리턴 void

btnBack_Click() 보호된 메소드

Handles the Click event of the btnBack control.
protected btnBack_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e EventArgs The instance containing 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 EventArgs The instance containing the event data.
리턴 void

btnReject_Click() 보호된 메소드

Handles the Click event of the btnReject control.
protected btnReject_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e EventArgs The instance containing the event data.
리턴 void

dgLocations_CancelCommand() 보호된 메소드

Handles the CancelCommand event of the dgLocations control.
protected dgLocations_CancelCommand ( object source, DataGridCommandEventArgs e ) : void
source object The source of the event.
e DataGridCommandEventArgs The instance containing the event data.
리턴 void

dgLocations_DataBind() 보호된 메소드

Handles the DataBind event of the dgLocations control.
protected dgLocations_DataBind ( object sender, EventArgs e ) : void
sender object The source of the event.
e EventArgs The instance containing the event data.
리턴 void

dgLocations_EditCommand() 보호된 메소드

Handles the EditCommand event of the dgLocations control.
protected dgLocations_EditCommand ( object source, DataGridCommandEventArgs e ) : void
source object The source of the event.
e DataGridCommandEventArgs The instance containing the event data.
리턴 void

dgLocations_ItemDataBound() 보호된 메소드

Handles the ItemDataBound event of the dgLocations control.
protected dgLocations_ItemDataBound ( object sender, DataGridItemEventArgs e ) : void
sender object The source of the event.
e DataGridItemEventArgs The instance containing the event data.
리턴 void

dgLocations_SortCommand() 보호된 메소드

Handles the SortCommand event of the dgLocations control.
protected dgLocations_SortCommand ( object source, DataGridSortCommandEventArgs e ) : void
source object The source of the event.
e DataGridSortCommandEventArgs The instance containing the event data.
리턴 void

rbApproved_CheckChanged() 보호된 메소드

Handles the CheckChanged event of the rbApproved control.
protected rbApproved_CheckChanged ( object sender, EventArgs e ) : void
sender object The source of the event.
e EventArgs The instance containing the event data.
리턴 void

프로퍼티 상세

btnAccept 보호되어 있는 프로퍼티

btnAccept control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.ImageButton btnAccept
리턴 global::System.Web.UI.WebControls.ImageButton

btnAddLocation 보호되어 있는 프로퍼티

btnAddLocation control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.ImageButton btnAddLocation
리턴 global::System.Web.UI.WebControls.ImageButton

btnCancel 보호되어 있는 프로퍼티

btnCancel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.ImageButton btnCancel
리턴 global::System.Web.UI.WebControls.ImageButton

btnReject 보호되어 있는 프로퍼티

btnReject control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.ImageButton btnReject
리턴 global::System.Web.UI.WebControls.ImageButton

dgLocations 보호되어 있는 프로퍼티

dgLocations control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.DataGrid dgLocations
리턴 global::System.Web.UI.WebControls.DataGrid

divApproval 보호되어 있는 프로퍼티

divApproval control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlGenericControl divApproval
리턴 global::System.Web.UI.HtmlControls.HtmlGenericControl

divPanelTab 보호되어 있는 프로퍼티

divPanelTab control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlGenericControl divPanelTab
리턴 global::System.Web.UI.HtmlControls.HtmlGenericControl

editDiv 보호되어 있는 프로퍼티

editDiv control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlGenericControl editDiv
리턴 global::System.Web.UI.HtmlControls.HtmlGenericControl

lbImportFile 보호되어 있는 프로퍼티

lbImportFile control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.ImageButton lbImportFile
리턴 global::System.Web.UI.WebControls.ImageButton

lbLocationTypes 보호되어 있는 프로퍼티

lbLocationTypes control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.ImageButton lbLocationTypes
리턴 global::System.Web.UI.WebControls.ImageButton

lbManageComments 보호되어 있는 프로퍼티

lbManageComments control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.ImageButton lbManageComments
리턴 global::System.Web.UI.WebControls.ImageButton

lbManageLocations 보호되어 있는 프로퍼티

lbManageLocations control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.ImageButton lbManageLocations
리턴 global::System.Web.UI.WebControls.ImageButton

lbSettings 보호되어 있는 프로퍼티

lbSettings control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.ImageButton lbSettings
리턴 global::System.Web.UI.WebControls.ImageButton

lblConfigured 보호되어 있는 프로퍼티

lblConfigured control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblConfigured
리턴 global::System.Web.UI.WebControls.Label

lblEditLocations 보호되어 있는 프로퍼티

lblEditLocations control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblEditLocations
리턴 global::System.Web.UI.WebControls.Label

lblSuccess 보호되어 있는 프로퍼티

lblSuccess control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblSuccess
리턴 global::System.Web.UI.WebControls.Label

pager 보호되어 있는 프로퍼티

pager control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.WebControls.PagingControl pager
리턴 global::DotNetNuke.UI.WebControls.PagingControl

rbApproved 보호되어 있는 프로퍼티

rbApproved control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.RadioButton rbApproved
리턴 global::System.Web.UI.WebControls.RadioButton

rbWaitingForApproval 보호되어 있는 프로퍼티

rbWaitingForApproval control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.RadioButton rbWaitingForApproval
리턴 global::System.Web.UI.WebControls.RadioButton

teLocationDetails 보호되어 있는 프로퍼티

protected TextEditor teLocationDetails
리턴 TextEditor

upDataImport 보호되어 있는 프로퍼티

upDataImport control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.UpdatePanel upDataImport
리턴 global::System.Web.UI.UpdatePanel