C# Class Engage.Dnn.Locator.ModuleBase

The base class for all control in the Engage: Locator module
Inheritance: Framework.ModuleBase
ファイルを表示 Open project: EngageSoftware/Engage-Locator

Public Methods

Method Description
GetMapProvider ( ) : MapProvider

Gets the map provider for this module.

Protected Methods

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

Method Details

GetMapProvider() public method

Gets the map provider for this module.
public GetMapProvider ( ) : MapProvider
return MapProvider

OnInit() protected method

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

lbImportFile_OnClick() protected method

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

lbManageComments_OnClick() protected method

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

lbManageLocations_OnClick() protected method

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

lbManageTypes_OnClick() protected method

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

lbSettings_OnClick() protected method

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