C# Class Prizm.Main.Forms.Reports.Construction.WeldDateReports.CreateRepoCommand

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

Public Methods

Method Description
CanExecute ( ) : bool
CreateRepoCommand ( WeldDateReportViewModel viewModel, IMillReportsRepository repo, IUserNotify notify ) : DevExpress.XtraReports.UI
Execute ( ) : void

Method Details

CanExecute() public method

public CanExecute ( ) : bool
return bool

CreateRepoCommand() public method

public CreateRepoCommand ( WeldDateReportViewModel viewModel, IMillReportsRepository repo, IUserNotify notify ) : DevExpress.XtraReports.UI
viewModel WeldDateReportViewModel
repo IMillReportsRepository
notify IUserNotify
return DevExpress.XtraReports.UI

Execute() public method

public Execute ( ) : void
return void