C# Class WebControl.WebControlManager

Afficher le fichier Open project: ModernSteward/ModernSteward Class Usage Examples

Méthodes publiques

Свойство Type Description
Email string
Password string

Méthodes publiques

Méthode Description
Accumulate ( ) : void
CheckPermission ( int senderID, int receiverID ) : bool
GetCommands ( ) : List
GetInstalled ( ) : List
GetPluginsList ( ) : List
Login ( ) : bool
Logout ( ) : void
SeekForCommands ( ) : List
WebControlManager ( ) : System
WebControlManager ( string email, string password ) : System

Method Details

Accumulate() public méthode

public Accumulate ( ) : void
Résultat void

CheckPermission() public méthode

public CheckPermission ( int senderID, int receiverID ) : bool
senderID int
receiverID int
Résultat bool

GetCommands() public méthode

public GetCommands ( ) : List
Résultat List

GetInstalled() public méthode

public GetInstalled ( ) : List
Résultat List

GetPluginsList() public méthode

public GetPluginsList ( ) : List
Résultat List

Login() public méthode

public Login ( ) : bool
Résultat bool

Logout() public méthode

public Logout ( ) : void
Résultat void

SeekForCommands() public méthode

public SeekForCommands ( ) : List
Résultat List

WebControlManager() public méthode

public WebControlManager ( ) : System
Résultat System

WebControlManager() public méthode

public WebControlManager ( string email, string password ) : System
email string
password string
Résultat System

Property Details

Email public_oe property

public string Email
Résultat string

Password public_oe property

public string Password
Résultat string