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

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

Public Methods

Method Description
CanExecute ( ) : bool
ViewFileCommand ( 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

ViewFileCommand() public method

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