C# Class VSTalk.Engine.ViewModel.MainViewModel

Inheritance: INotifyPropertyChanged, IListener, IQuerySource
Afficher le fichier Open project: Irdis/VSTalk Class Usage Examples

Private Properties

Свойство Type Description
AddNewAccountExecuted void
GetContext IClientContext
SetCommands void

Méthodes publiques

Méthode Description
ChangeConnectionStateExecuted ( ) : void
MainViewModel ( ) : System
StartListen ( ) : void
StopListen ( ) : void

Méthodes protégées

Méthode Description
ChangeAppSettingsExecuted ( ) : void
ShowAccountsWindowExecuted ( ) : void
ShowAddContactWindowExecuted ( ) : void

Private Methods

Méthode Description
AddNewAccountExecuted ( ) : void
GetContext ( Client client ) : IClientContext
SetCommands ( ) : void

Method Details

ChangeAppSettingsExecuted() protected méthode

protected ChangeAppSettingsExecuted ( ) : void
Résultat void

ChangeConnectionStateExecuted() public méthode

public ChangeConnectionStateExecuted ( ) : void
Résultat void

MainViewModel() public méthode

public MainViewModel ( ) : System
Résultat System

ShowAccountsWindowExecuted() protected méthode

protected ShowAccountsWindowExecuted ( ) : void
Résultat void

ShowAddContactWindowExecuted() protected méthode

protected ShowAddContactWindowExecuted ( ) : void
Résultat void

StartListen() public méthode

public StartListen ( ) : void
Résultat void

StopListen() public méthode

public StopListen ( ) : void
Résultat void