C# Класс Prizm.Main.Forms.Reports.Construction.ReportCommand

Наследование: ICommand
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
CanExecute ( ) : bool
Execute ( ) : void
ReportCommand ( ConstructionReportViewModel viewModel, IMillReportsRepository repo, IJointRepository repoJoint, IUserNotify notify ) : DevExpress.XtraReports.UI

Приватные методы

Метод Описание
FormWeldedParts ( DataTable dataTable ) : IList
GetUsedProduct ( ) : void
GetWeldDate ( Prizm.Domain.Entity.Construction joint ) : string
PipelineLenghtCalculation ( ) : void
PipelineTracing ( ) : void

Описание методов

CanExecute() публичный Метод

public CanExecute ( ) : bool
Результат bool

Execute() публичный Метод

public Execute ( ) : void
Результат void

ReportCommand() публичный Метод

public ReportCommand ( ConstructionReportViewModel viewModel, IMillReportsRepository repo, IJointRepository repoJoint, IUserNotify notify ) : DevExpress.XtraReports.UI
viewModel ConstructionReportViewModel
repo IMillReportsRepository
repoJoint IJointRepository
notify IUserNotify
Результат DevExpress.XtraReports.UI