C# Class WebControl.WebControlManager

Mostrar archivo Open project: ModernSteward/ModernSteward Class Usage Examples

Public Properties

Property Type Description
Email string
Password string

Public Methods

Method 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 method

public Accumulate ( ) : void
return void

CheckPermission() public method

public CheckPermission ( int senderID, int receiverID ) : bool
senderID int
receiverID int
return bool

GetCommands() public method

public GetCommands ( ) : List
return List

GetInstalled() public method

public GetInstalled ( ) : List
return List

GetPluginsList() public method

public GetPluginsList ( ) : List
return List

Login() public method

public Login ( ) : bool
return bool

Logout() public method

public Logout ( ) : void
return void

SeekForCommands() public method

public SeekForCommands ( ) : List
return List

WebControlManager() public method

public WebControlManager ( ) : System
return System

WebControlManager() public method

public WebControlManager ( string email, string password ) : System
email string
password string
return System

Property Details

Email public_oe property

public string Email
return string

Password public_oe property

public string Password
return string