C# 클래스 Prizm.Main.Forms.Settings.Inspections.MillInspectionXtraForm

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

공개 프로퍼티들

프로퍼티 타입 설명
viewModel MillInspectionViewModel

공개 메소드들

메소드 설명
MillInspectionXtraForm ( PipeTest current, BindingList categoryTypes, IReadOnlyList pipeTestList, IReadOnlyList usedCodes ) : System
SetupForm ( PipeTest current, BindingList categoryTypes, IReadOnlyList pipeTestList, IReadOnlyList usedCodes ) : void

보호된 메소드들

메소드 설명
CreateLocalizedItems ( ) : List
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
BindToViewModel ( ) : void
ChangeExpected ( ) : void
ChangeFrequency ( ) : void
CheckCreateNotBlankRule ( ValidationRuleBase rule ) : ValidationRuleBase
CheckFixedResultType ( Category c ) : void

Result type should be disabled and of appropriate value for some categories

GetInspectionViewModel ( PipeTest current, BindingList categoryTypes ) : MillInspectionViewModel
IValidatable ( ) : bool
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

MillInspectionXtraForm_FormClosed ( object sender, FormClosedEventArgs e ) : void
MillInspectionXtraForm_FormClosing ( object sender, FormClosingEventArgs e ) : void
MillInspectionXtraForm_Load ( object sender, EventArgs e ) : void
SetControlsTextLength ( ) : void
boolExpected_CheckedChanged ( object sender, EventArgs e ) : void
btnAdd_Click ( object sender, EventArgs e ) : void
btnRemove_Click ( object sender, EventArgs e ) : void
category_CloseUp ( object sender, DevExpress e ) : void

After category has been chosen

category_EditValueChanged ( object sender, EventArgs e ) : void
frequencyType_SelectedIndexChanged ( object sender, EventArgs e ) : void
maxExpected_ParseEditValue ( object sender, DevExpress e ) : void
minExpected_ParseEditValue ( object sender, DevExpress e ) : void
repeatedOperationsView_RowCellStyle ( object sender, DevExpress e ) : void
resultType_SelectedIndexChanged ( object sender, EventArgs e ) : void

메소드 상세

CreateLocalizedItems() 보호된 메소드

protected CreateLocalizedItems ( ) : List
리턴 List

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

MillInspectionXtraForm() 공개 메소드

public MillInspectionXtraForm ( PipeTest current, BindingList categoryTypes, IReadOnlyList pipeTestList, IReadOnlyList usedCodes ) : System
current PipeTest
categoryTypes BindingList
pipeTestList IReadOnlyList
usedCodes IReadOnlyList
리턴 System

SetupForm() 공개 메소드

public SetupForm ( PipeTest current, BindingList categoryTypes, IReadOnlyList pipeTestList, IReadOnlyList usedCodes ) : void
current PipeTest
categoryTypes BindingList
pipeTestList IReadOnlyList
usedCodes IReadOnlyList
리턴 void

프로퍼티 상세

viewModel 공개적으로 프로퍼티

public MillInspectionViewModel,Prizm.Main.Forms.Settings.Inspections viewModel
리턴 MillInspectionViewModel