C# Class VSTalk.Engine.ViewModel.NotificationViewModel

Inheritance: INotifyPropertyChanged, IListener
Datei anzeigen Open project: Irdis/VSTalk Class Usage Examples

Public Methods

Method Description
NotificationViewModel ( ) : System.Collections.Specialized
StartListen ( ) : void
StopListen ( ) : void

Private Methods

Method Description
ConfirmCommandCanExecute ( ) : bool
ConfirmCommandExecuted ( ) : void
GoToNextMessageCanExecute ( ) : bool
GoToNextMessageExecuted ( ) : void
GoToPrevMessageCanExecute ( ) : bool
GoToPrevMessageExecuted ( ) : void
HideControlExecuted ( ) : void
RejectCommandCanExecute ( ) : bool
RejectCommandExecuted ( ) : void
SetCurrentNotification ( ) : void

Method Details

NotificationViewModel() public method

public NotificationViewModel ( ) : System.Collections.Specialized
return System.Collections.Specialized

StartListen() public method

public StartListen ( ) : void
return void

StopListen() public method

public StopListen ( ) : void
return void