C# Class GlobalcachingApplication.Plugins.ImportGSAK.ImportGSAK

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

Méthodes publiques

Méthode Description
ActionAsync ( string action ) : Task
InitializeAsync ( Framework core ) : Task

Méthodes protégées

Méthode Description
ImportMethod ( ) : void

Private Methods

Méthode Description
getCacheType ( char type ) : int
getContainer ( char container ) : int
getWPType ( char type ) : int

Method Details

ActionAsync() public méthode

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

ImportMethod() protected méthode

protected ImportMethod ( ) : void
Résultat void

InitializeAsync() public méthode

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