C# Class SfBot.ViewModels.AccountsViewModel

Inheritance: BusyScreen
Mostrar archivo Open project: ebeeb/SfSdk

Public Methods

Method Description
AccountsViewModel ( IEventAggregator events, IWindowManager windowManager, CreateAccountViewModel createAccountViewModel, ConfigurationStore configurationStore ) : System
AddAccount ( ) : void
DeleteAccount ( ) : void
LoginAsync ( ) : void
LogoutAsync ( ) : void

Method Details

AccountsViewModel() public method

public AccountsViewModel ( IEventAggregator events, IWindowManager windowManager, CreateAccountViewModel createAccountViewModel, ConfigurationStore configurationStore ) : System
events IEventAggregator
windowManager IWindowManager
createAccountViewModel CreateAccountViewModel
configurationStore SfBot.Data.ConfigurationStore
return System

AddAccount() public method

public AddAccount ( ) : void
return void

DeleteAccount() public method

public DeleteAccount ( ) : void
return void

LoginAsync() public method

public LoginAsync ( ) : void
return void

LogoutAsync() public method

public LogoutAsync ( ) : void
return void