C# 클래스 Prizm.Main.Forms.Reports.Construction.ReportCommand

상속: ICommand
파일 보기 프로젝트 열기: AleksMorozova/prizm 1 사용 예제들

공개 메소드들

메소드 설명
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