C# Class ATMLCommonLibrary.controls.IdentificationControl

Inheritance: ATMLControl
Afficher le fichier Open project: UtrsSoftware/ATMLWorkBench

Protected Properties

Свойство Type Description
errorProvider System.Windows.Forms.ErrorProvider

Private Properties

Свойство Type Description
InitializeComponent void
SetValidationState void
edtIdModelName_TextChanged void
indentificationNumbersListControl_Load void
manufacturerListControl_Load void

Méthodes publiques

Méthode Description
ControlsToData ( ) : void
DataToControls ( ) : void
IdentificationControl ( ) : System
ValidateChildren ( ) : bool
ValidateChildren ( ValidationConstraints validationConstraints ) : bool

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

SetValidationState ( ) : void
edtIdModelName_TextChanged ( object sender, EventArgs e ) : void
indentificationNumbersListControl_Load ( object sender, EventArgs e ) : void
manufacturerListControl_Load ( object sender, EventArgs e ) : void

Method Details

ControlsToData() public méthode

public ControlsToData ( ) : void
Résultat void

DataToControls() public méthode

public DataToControls ( ) : void
Résultat void

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

IdentificationControl() public méthode

public IdentificationControl ( ) : System
Résultat System

ValidateChildren() public méthode

public ValidateChildren ( ) : bool
Résultat bool

ValidateChildren() public méthode

public ValidateChildren ( ValidationConstraints validationConstraints ) : bool
validationConstraints ValidationConstraints
Résultat bool

Property Details

errorProvider protected_oe property

protected ErrorProvider,System.Windows.Forms errorProvider
Résultat System.Windows.Forms.ErrorProvider