C# Class Prizm.Main.Forms.Spool.SpoolsXtraForm

Inheritance: Prizm.Main.Forms.MainChildForm.ChildEditableForm
Mostrar archivo Open project: AleksMorozova/prizm

Public Properties

Property Type Description
spoolLength DevExpress.XtraEditors.SpinEdit

Public Methods

Method Description
IsMatchedByGuid ( System.Guid id ) : bool
SpoolsXtraForm ( ) : DevExpress.XtraEditors
SpoolsXtraForm ( System.Guid id ) : DevExpress.XtraEditors
SpoolsXtraForm ( System.Guid id, string number ) : DevExpress.XtraEditors
SpoolsXtraForm ( string number ) : DevExpress.XtraEditors

Protected Methods

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

Clean up any resources being used.

Private Methods

Method Description
BindCommands ( ) : void
BindToViewModel ( ) : void
GetTranslation ( ) : void
HandleInvalidRowException ( object sender, InvalidRowExceptionEventArgs e ) : void
InitializeComponent ( ) : void

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

SetControlsTextLength ( ) : void
SpoolsXtraForm_FormClosed ( object sender, System.Windows.Forms.FormClosedEventArgs e ) : void
SpoolsXtraForm_Load ( object sender, System e ) : void
ValidateInspection ( GridView view, string NameColumn, ValidateRowEventArgs e ) : void
attachmentsButton_Click ( object sender, System e ) : void
inspectionHistoryGridView_InitNewRow ( object sender, DevExpress e ) : void
inspectionHistoryGridView_KeyDown ( object sender, KeyEventArgs e ) : void
inspectionHistoryGridView_ValidateRow ( object sender, ValidateRowEventArgs e ) : void
inspectorsPopupContainerEdit_CloseUp ( object sender, DevExpress e ) : void
inspectorsPopupContainerEdit_CustomDisplayText ( object sender, DevExpress e ) : void
inspectorsPopupContainerEdit_Popup ( object sender, System e ) : void
inspectorsPopupContainerEdit_QueryPopUp ( object sender, System e ) : void
pipeLength_TextChanged ( object sender, EventArgs e ) : void
resultLookUpEdit_CustomDisplayText ( object sender, DevExpress e ) : void
resultLookUpEdit_EditValueChanged ( object sender, System e ) : void
saveButton_Click ( object sender, EventArgs e ) : void
searchButton_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

IsMatchedByGuid() public method

public IsMatchedByGuid ( System.Guid id ) : bool
id System.Guid
return bool

SpoolsXtraForm() public method

public SpoolsXtraForm ( ) : DevExpress.XtraEditors
return DevExpress.XtraEditors

SpoolsXtraForm() public method

public SpoolsXtraForm ( System.Guid id ) : DevExpress.XtraEditors
id System.Guid
return DevExpress.XtraEditors

SpoolsXtraForm() public method

public SpoolsXtraForm ( System.Guid id, string number ) : DevExpress.XtraEditors
id System.Guid
number string
return DevExpress.XtraEditors

SpoolsXtraForm() public method

public SpoolsXtraForm ( string number ) : DevExpress.XtraEditors
number string
return DevExpress.XtraEditors

Property Details

spoolLength public_oe property

public DevExpress.XtraEditors.SpinEdit spoolLength
return DevExpress.XtraEditors.SpinEdit