C# Class VSTalk.Engine.ViewModel.NotificationViewModel

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

Méthodes publiques

Méthode Description
NotificationViewModel ( ) : System.Collections.Specialized
StartListen ( ) : void
StopListen ( ) : void

Private Methods

Méthode 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 méthode

public NotificationViewModel ( ) : System.Collections.Specialized
Résultat System.Collections.Specialized

StartListen() public méthode

public StartListen ( ) : void
Résultat void

StopListen() public méthode

public StopListen ( ) : void
Résultat void