C# Class Engage.Dnn.Locator.ManageLocations

显示文件 Open project: EngageSoftware/Engage-Locator

Protected Properties

Property Type Description
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

Property Type Description
Bind void
BindData void

Protected Methods

Method Description
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.

Private Methods

Method Description
Bind ( ) : void
BindData ( bool approved, string sortColumn ) : void

Method Details

OnInit() protected method

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

Page_Load() protected method

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.
return void

btnAccept_Click() protected method

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.
return void

btnAddLocation_Click() protected method

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.
return void

btnBack_Click() protected method

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.
return void

btnCancel_Click() protected method

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.
return void

btnReject_Click() protected method

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.
return void

dgLocations_CancelCommand() protected method

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.
return void

dgLocations_DataBind() protected method

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.
return void

dgLocations_EditCommand() protected method

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.
return void

dgLocations_ItemDataBound() protected method

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.
return void

dgLocations_SortCommand() protected method

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.
return void

rbApproved_CheckChanged() protected method

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.
return void

Property Details

btnAccept protected_oe property

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
return global::System.Web.UI.WebControls.ImageButton

btnAddLocation protected_oe property

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
return global::System.Web.UI.WebControls.ImageButton

btnCancel protected_oe property

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
return global::System.Web.UI.WebControls.ImageButton

btnReject protected_oe property

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
return global::System.Web.UI.WebControls.ImageButton

dgLocations protected_oe property

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
return global::System.Web.UI.WebControls.DataGrid

divApproval protected_oe property

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
return global::System.Web.UI.HtmlControls.HtmlGenericControl

divPanelTab protected_oe property

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
return global::System.Web.UI.HtmlControls.HtmlGenericControl

editDiv protected_oe property

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
return global::System.Web.UI.HtmlControls.HtmlGenericControl

lbImportFile protected_oe property

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
return global::System.Web.UI.WebControls.ImageButton

lbLocationTypes protected_oe property

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
return global::System.Web.UI.WebControls.ImageButton

lbManageComments protected_oe property

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
return global::System.Web.UI.WebControls.ImageButton

lbManageLocations protected_oe property

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
return global::System.Web.UI.WebControls.ImageButton

lbSettings protected_oe property

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
return global::System.Web.UI.WebControls.ImageButton

lblConfigured protected_oe property

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
return global::System.Web.UI.WebControls.Label

lblEditLocations protected_oe property

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
return global::System.Web.UI.WebControls.Label

lblSuccess protected_oe property

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
return global::System.Web.UI.WebControls.Label

pager protected_oe property

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

rbApproved protected_oe property

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
return global::System.Web.UI.WebControls.RadioButton

rbWaitingForApproval protected_oe property

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
return global::System.Web.UI.WebControls.RadioButton

teLocationDetails protected_oe property

protected TextEditor teLocationDetails
return TextEditor

upDataImport protected_oe property

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