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

The base class for all control in the Engage: Locator module
Наследование: Framework.ModuleBase
Показать файл Открыть проект

Открытые методы

Метод Описание
GetMapProvider ( ) : MapProvider

Gets the map provider for this module.

Защищенные методы

Метод Описание
OnInit ( EventArgs e ) : void

Raises the EventArgs event.

lbImportFile_OnClick ( object sender, EventArgs e ) : void

Handles the OnClick event of the lbImportFile control.

lbManageComments_OnClick ( object sender, EventArgs e ) : void

Handles the OnClick event of the lbManageComments control.

lbManageLocations_OnClick ( object sender, EventArgs e ) : void

Handles the OnClick event of the lbManageLocations control.

lbManageTypes_OnClick ( object sender, EventArgs e ) : void

Handles the OnClick event of the lbManageTypes control.

lbSettings_OnClick ( object sender, EventArgs e ) : void

Handles the OnClick event of the lbSettings control.

Описание методов

GetMapProvider() публичный Метод

Gets the map provider for this module.
public GetMapProvider ( ) : MapProvider
Результат MapProvider

OnInit() защищенный Метод

Raises the EventArgs event.
protected OnInit ( EventArgs e ) : void
e System.EventArgs The instance containing the event data.
Результат void

lbImportFile_OnClick() защищенный Метод

Handles the OnClick event of the lbImportFile control.
protected lbImportFile_OnClick ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
Результат void

lbManageComments_OnClick() защищенный Метод

Handles the OnClick event of the lbManageComments control.
protected lbManageComments_OnClick ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
Результат void

lbManageLocations_OnClick() защищенный Метод

Handles the OnClick event of the lbManageLocations control.
protected lbManageLocations_OnClick ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
Результат void

lbManageTypes_OnClick() защищенный Метод

Handles the OnClick event of the lbManageTypes control.
protected lbManageTypes_OnClick ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
Результат void

lbSettings_OnClick() защищенный Метод

Handles the OnClick event of the lbSettings control.
protected lbSettings_OnClick ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
Результат void