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

Inheritance: ICommand
Mostrar archivo Open project: AleksMorozova/prizm Class Usage Examples

Public Methods

Method Description
CanExecute ( ) : bool
Execute ( ) : void
PreviewReportCommand ( InspectionReportsViewModel viewModel, IMillReportsRepository repo, IUserNotify notify ) : Prizm.Data.DAL

Private Methods

Method Description
SetDataSortByColumn ( string columnName ) : void

Method Details

CanExecute() public method

public CanExecute ( ) : bool
return bool

Execute() public method

public Execute ( ) : void
return void

PreviewReportCommand() public method

public PreviewReportCommand ( InspectionReportsViewModel viewModel, IMillReportsRepository repo, IUserNotify notify ) : Prizm.Data.DAL
viewModel InspectionReportsViewModel
repo IMillReportsRepository
notify IUserNotify
return Prizm.Data.DAL