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

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

Méthodes publiques

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

Private Methods

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

Method Details

CanExecute() public méthode

public CanExecute ( ) : bool
Résultat bool

Execute() public méthode

public Execute ( ) : void
Résultat void

ReportCommand() public méthode

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