C# Class Prizm.Main.Forms.PipeMill.NewEdit.InspectionAddEditXtraForm

Inheritance: Prizm.Main.Forms.MainChildForm.PrizmForm
Exibir arquivo Open project: AleksMorozova/prizm Class Usage Examples

Public Properties

Property Type Description
viewModel Prizm.Main.Forms.PipeMill.NewEdit.Inspections.InspectionAddEditViewModel

Public Methods

Method Description
InspectionAddEditXtraForm ( IList tests, IList inspectors, PipeTestResult current, IList statuses, IList pipeTestResults, bool isNew, object>.List listOfInspectors ) : System
SetupForm ( IList tests, IList inspectors, PipeTestResult current, IList statuses, IList pipeTestResults, bool isNew, object>.List listOfInspectors ) : void

Protected Methods

Method Description
CreateLocalizedItems ( ) : List
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
BindToViewModel ( ) : void
ChangeFact ( ) : void
GetInspectionViewModel ( IList tests, IList inspectors, PipeTestResult current, IList statuses ) : InspectionAddEditViewModel
InitializeComponent ( ) : void

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

InspectionAddEditXtraForm_FormClosed ( object sender, System.Windows.Forms.FormClosedEventArgs e ) : void
InspectionAddEditXtraForm_FormClosing ( object sender, FormClosingEventArgs e ) : void
InspectionAddEditXtraForm_Load ( object sender, EventArgs e ) : void
SaveInspection ( ) : void
code_EditValueChanged ( object sender, EventArgs e ) : void
date_EditValueChanged ( object sender, EventArgs e ) : void
factBool_CheckedChanged ( object sender, EventArgs e ) : void
factLimit_ParseEditValue ( object sender, DevExpress e ) : void
factString_ProcessNewValue ( object sender, DevExpress e ) : void
saveButton_Click ( object sender, EventArgs e ) : void

Method Details

CreateLocalizedItems() protected method

protected CreateLocalizedItems ( ) : List
return List

Dispose() protected method

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

InspectionAddEditXtraForm() public method

public InspectionAddEditXtraForm ( IList tests, IList inspectors, PipeTestResult current, IList statuses, IList pipeTestResults, bool isNew, object>.List listOfInspectors ) : System
tests IList
inspectors IList
current PipeTestResult
statuses IList
pipeTestResults IList
isNew bool
listOfInspectors object>.List
return System

SetupForm() public method

public SetupForm ( IList tests, IList inspectors, PipeTestResult current, IList statuses, IList pipeTestResults, bool isNew, object>.List listOfInspectors ) : void
tests IList
inspectors IList
current PipeTestResult
statuses IList
pipeTestResults IList
isNew bool
listOfInspectors object>.List
return void

Property Details

viewModel public_oe property

public InspectionAddEditViewModel,Prizm.Main.Forms.PipeMill.NewEdit.Inspections viewModel
return Prizm.Main.Forms.PipeMill.NewEdit.Inspections.InspectionAddEditViewModel