C# Class Prizm.Main.Forms.ExternalFile.DownloadFileCommand

Inheritance: ICommand
Datei anzeigen Open project: AleksMorozova/prizm Class Usage Examples

Public Methods

Method Description
CanExecute ( ) : bool
DownloadFileCommand ( IFileRepository repo, ExternalFilesViewModel viewModel, IUserNotify notify ) : DevExpress.Mvvm.DataAnnotations

Private Methods

Method Description
Execute ( ) : void

Method Details

CanExecute() public method

public CanExecute ( ) : bool
return bool

DownloadFileCommand() public method

public DownloadFileCommand ( IFileRepository repo, ExternalFilesViewModel viewModel, IUserNotify notify ) : DevExpress.Mvvm.DataAnnotations
repo IFileRepository
viewModel ExternalFilesViewModel
notify IUserNotify
return DevExpress.Mvvm.DataAnnotations