C# Class WPCordovaClassLib.Cordova.CommandFactory

Provides functionality to create Cordova command by name.
Show file Open project: ChristianWeyer/tUdUs Class Usage Examples

Public Methods

Method Description
CreateByServiceName ( string service ) : BaseCommand

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

ResetAllCommands ( ) : void

Method Details

CreateByServiceName() public static method

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
return WPCordovaClassLib.Cordova.Commands.BaseCommand

ResetAllCommands() public static method

public static ResetAllCommands ( ) : void
return void