C# Класс Gwupe.Agent.Components.Functions.FileSend.Notification.FileReceivedNotification.OpenFileReceivedCommand

Наследование: ICommand
Показать файл Открыть проект

Открытые методы

Метод Описание
CanExecute ( object parameter ) : bool
Execute ( object parameter ) : void
OnCanExecuteChanged ( EventArgs e ) : void
OpenFileReceivedCommand ( NotificationManager notificationManager, FileReceivedNotification fileReceivedNotification ) : System

Описание методов

CanExecute() публичный Метод

public CanExecute ( object parameter ) : bool
parameter object
Результат bool

Execute() публичный Метод

public Execute ( object parameter ) : void
parameter object
Результат void

OnCanExecuteChanged() публичный Метод

public OnCanExecuteChanged ( EventArgs e ) : void
e System.EventArgs
Результат void

OpenFileReceivedCommand() публичный Метод

public OpenFileReceivedCommand ( NotificationManager notificationManager, FileReceivedNotification fileReceivedNotification ) : System
notificationManager Gwupe.Agent.Managers.NotificationManager
fileReceivedNotification FileReceivedNotification
Результат System