C# Class WPCordovaClassLib.Cordova.CommandFactory

Provides functionality to create Cordova command by name.
Afficher le fichier Open project: ChristianWeyer/tUdUs Class Usage Examples

Méthodes publiques

Méthode Description
CreateByServiceName ( string service ) : BaseCommand

Creates command using command class name. Returns null for unknown commands.

ResetAllCommands ( ) : void

Method Details

CreateByServiceName() public static méthode

Creates command using command class name. Returns null for unknown commands.
public static CreateByServiceName ( string service ) : BaseCommand
service string Command class name, for example Device or Notification
Résultat WPCordovaClassLib.Cordova.Commands.BaseCommand

ResetAllCommands() public static méthode

public static ResetAllCommands ( ) : void
Résultat void