C# Class GlobalcachingApplication.Plugins.ExportGPX.GgzExport

Inheritance: Utils.BasePlugin.BaseExportFilter
Afficher le fichier Open project: GlobalcachingEU/GAPP

Méthodes publiques

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

Méthodes protégées

Méthode Description
ExportMethod ( ) : void

Method Details

ActionAsync() public méthode

public ActionAsync ( string action ) : Task
action string
Résultat Task

ExportMethod() protected méthode

protected ExportMethod ( ) : void
Résultat void

ExportToGGZ() public méthode

public ExportToGGZ ( string filename, List gcList, System.Utils gpxGenerator ) : void
filename string
gcList List
gpxGenerator System.Utils
Résultat void

InitializeAsync() public méthode

public InitializeAsync ( Framework core ) : Task
core Framework
Résultat Task