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

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

Public Methods

Method Description
CanExecute ( ) : bool
Execute ( ) : void
ReportCommand ( ConstructionReportViewModel viewModel, IMillReportsRepository repo, IJointRepository repoJoint, IUserNotify notify ) : DevExpress.XtraReports.UI

Private Methods

Method Description
FormWeldedParts ( DataTable dataTable ) : IList
GetUsedProduct ( ) : void
GetWeldDate ( Prizm.Domain.Entity.Construction joint ) : string
PipelineLenghtCalculation ( ) : void
PipelineTracing ( ) : void

Method Details

CanExecute() public method

public CanExecute ( ) : bool
return bool

Execute() public method

public Execute ( ) : void
return void

ReportCommand() public method

public ReportCommand ( ConstructionReportViewModel viewModel, IMillReportsRepository repo, IJointRepository repoJoint, IUserNotify notify ) : DevExpress.XtraReports.UI
viewModel ConstructionReportViewModel
repo IMillReportsRepository
repoJoint IJointRepository
notify IUserNotify
return DevExpress.XtraReports.UI