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

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

Méthodes publiques

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

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 ( ConstructionReportViewModel viewModel, IMillReportsRepository repo, IUserNotify notify ) : Prizm.Data.DAL
viewModel ConstructionReportViewModel
repo IMillReportsRepository
notify IUserNotify
Résultat Prizm.Data.DAL