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

Inheritance: ICommand
Exibir arquivo Open project: gwupe/Gwupe

Public Methods

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

Method Details

CanExecute() public method

public CanExecute ( object parameter ) : bool
parameter object
return bool

Execute() public method

public Execute ( object parameter ) : void
parameter object
return void

OnCanExecuteChanged() public method

public OnCanExecuteChanged ( EventArgs e ) : void
e System.EventArgs
return void

OpenFileReceivedCommand() public method

public OpenFileReceivedCommand ( NotificationManager notificationManager, FileReceivedNotification fileReceivedNotification ) : System
notificationManager Gwupe.Agent.Managers.NotificationManager
fileReceivedNotification FileReceivedNotification
return System