C# Class Prizm.Main.Forms.Reports.Mill.PreviewReportCommand

Inheritance: ICommand
Afficher le fichier Open project: AleksMorozova/prizm Class Usage Examples

Méthodes publiques

Méthode Description
CanExecute ( ) : bool
Execute ( ) : void
PreviewReportCommand ( MillReportsViewModel viewModel, IMillReportsRepository repo, IUserNotify notify ) : Prizm.Data.DAL

Private Methods

Méthode Description
SetDataSortByColumn ( string columnName ) : void

Method Details

CanExecute() public méthode

public CanExecute ( ) : bool
Résultat bool

Execute() public méthode

public Execute ( ) : void
Résultat void

PreviewReportCommand() public méthode

public PreviewReportCommand ( MillReportsViewModel viewModel, IMillReportsRepository repo, IUserNotify notify ) : Prizm.Data.DAL
viewModel MillReportsViewModel
repo IMillReportsRepository
notify IUserNotify
Résultat Prizm.Data.DAL