C# Class Prizm.Main.Forms.Parts.Inspection.PartInspectionXtraForm

Inheritance: Prizm.Main.Forms.MainChildForm.ChildEditableForm
Afficher le fichier Open project: AleksMorozova/prizm

Méthodes publiques

Méthode Description
PartInspectionXtraForm ( ) : System

Méthodes protégées

Méthode Description
CreateLocalizedItems ( ) : List
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
BindCommands ( ) : void
BindToViewModel ( ) : 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.

PartInspectionXtraForm_Load ( object sender, EventArgs e ) : void
UpdateTextEdit ( ) : void
elementNumber_EditValueChanged ( object sender, EventArgs e ) : void
inspectionsView_InitNewRow ( object sender, DevExpress e ) : void
inspectionsView_KeyDown ( object sender, KeyEventArgs e ) : void
inspectionsView_ValidateRow ( object sender, DevExpress e ) : void
inspectorsPopupContainerEdit_CloseUp ( object sender, DevExpress e ) : void
inspectorsPopupContainerEdit_CustomDisplayText ( object sender, DevExpress e ) : void
inspectorsPopupContainerEdit_Popup ( object sender, EventArgs e ) : void
inspectorsPopupContainerEdit_QueryPopUp ( object sender, CancelEventArgs e ) : void
resultStatusLookUpEdit_CustomDisplayText ( object sender, DevExpress e ) : void
resultStatusLookUpEdit_EditValueChanged ( object sender, EventArgs e ) : void
searchNumber_KeyDown ( object sender, KeyEventArgs e ) : void

Method Details

CreateLocalizedItems() protected méthode

protected CreateLocalizedItems ( ) : List
Résultat List

Dispose() protected méthode

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

PartInspectionXtraForm() public méthode

public PartInspectionXtraForm ( ) : System
Résultat System