C# Класс Engage.Dnn.Locator.ManageLocations

Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
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