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

The base class for all control in the Engage: Locator module
상속: Framework.ModuleBase
파일 보기 프로젝트 열기: EngageSoftware/Engage-Locator

공개 메소드들

메소드 설명
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