C# Class Gwupe.Agent.Components.Functions.FileSend.Notification.FileReceivedNotification.OpenFileReceivedCommand

Inheritance: ICommand
Afficher le fichier Open project: gwupe/Gwupe

Méthodes publiques

Méthode Description
CanExecute ( object parameter ) : bool
Execute ( object parameter ) : void
OnCanExecuteChanged ( EventArgs e ) : void
OpenFileReceivedCommand ( NotificationManager notificationManager, FileReceivedNotification fileReceivedNotification ) : System

Method Details

CanExecute() public méthode

public CanExecute ( object parameter ) : bool
parameter object
Résultat bool

Execute() public méthode

public Execute ( object parameter ) : void
parameter object
Résultat void

OnCanExecuteChanged() public méthode

public OnCanExecuteChanged ( EventArgs e ) : void
e System.EventArgs
Résultat void

OpenFileReceivedCommand() public méthode

public OpenFileReceivedCommand ( NotificationManager notificationManager, FileReceivedNotification fileReceivedNotification ) : System
notificationManager Gwupe.Agent.Managers.NotificationManager
fileReceivedNotification FileReceivedNotification
Résultat System