C# Class WPCordovaClassLib.Cordova.Commands.BaseCommand

Inheritance: IDisposable
Afficher le fichier Open project: ChristianWeyer/tUdUs

Méthodes publiques

Méthode Description
BaseCommand ( ) : System
DispatchCommandResult ( ) : void
DispatchCommandResult ( PluginResult result ) : void
Dispose ( ) : void
GetBaseURL ( ) : string
InvokeMethodNamed ( string methodName ) : object
OnInit ( ) : void

Occurs when the application is being loaded, and the config.xml has an autoload entry

OnPause ( object sender, DeactivatedEventArgs e ) : void

Occurs when the application is being deactivated.

OnReset ( ) : void

Occurs when the application is being deactivated.

OnResume ( object sender, Microsoft e ) : void

Occurs when the application is being made active after previously being put into a dormant state or tombstoned.

Private Methods

Méthode Description
InvokeCustomScript ( ScriptCallback script, bool removeHandler ) : void

Method Details

BaseCommand() public méthode

public BaseCommand ( ) : System
Résultat System

DispatchCommandResult() public méthode

public DispatchCommandResult ( ) : void
Résultat void

DispatchCommandResult() public méthode

public DispatchCommandResult ( PluginResult result ) : void
result PluginResult
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetBaseURL() public static méthode

public static GetBaseURL ( ) : string
Résultat string

InvokeMethodNamed() public méthode

public InvokeMethodNamed ( string methodName ) : object
methodName string
Résultat object

OnInit() public méthode

Occurs when the application is being loaded, and the config.xml has an autoload entry
public OnInit ( ) : void
Résultat void

OnPause() public méthode

Occurs when the application is being deactivated.
public OnPause ( object sender, DeactivatedEventArgs e ) : void
sender object
e DeactivatedEventArgs
Résultat void

OnReset() public méthode

Occurs when the application is being deactivated.
public OnReset ( ) : void
Résultat void

OnResume() public méthode

Occurs when the application is being made active after previously being put into a dormant state or tombstoned.
public OnResume ( object sender, Microsoft e ) : void
sender object
e Microsoft
Résultat void