C# Class GlobalcachingApplication.Plugins.ExportGPX.GgzExport

Inheritance: Utils.BasePlugin.BaseExportFilter
Exibir arquivo Open project: GlobalcachingEU/GAPP

Public Methods

Method Description
ActionAsync ( string action ) : Task
ExportToGGZ ( string filename, List gcList, System.Utils gpxGenerator ) : void
InitializeAsync ( Framework core ) : Task

Protected Methods

Method Description
ExportMethod ( ) : void

Method Details

ActionAsync() public method

public ActionAsync ( string action ) : Task
action string
return Task

ExportMethod() protected method

protected ExportMethod ( ) : void
return void

ExportToGGZ() public method

public ExportToGGZ ( string filename, List gcList, System.Utils gpxGenerator ) : void
filename string
gcList List
gpxGenerator System.Utils
return void

InitializeAsync() public method

public InitializeAsync ( Framework core ) : Task
core Framework
return Task