C# Class Nettiers.AdventureWorks.Windows.Forms.EmployeeAddressDataGridViewBase

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: netTiers/netTiers

Protected Properties

Свойство Type Description
uxAddressIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxEmployeeAddressBindingSource System.Windows.Forms.BindingSource
uxEmployeeAddressDataGridView System.Windows.Forms.DataGridView
uxEmployeeAddressErrorProvider System.Windows.Forms.ErrorProvider
uxEmployeeIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxRowguidDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn

Private Properties

Свойство Type Description
OnEmployeeAddressBindingSourceCurrentItemChanged void

Méthodes publiques

Méthode Description
EmployeeAddressDataGridViewBase ( )

Initializes a new instance of the EmployeeAddressDataGridViewBase class.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnCurrentEntityChanged ( ) : void

Raised the CurrentEntityChanged event.

OnEmployeeAddressDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxEmployeeAddressDataGridView control.

OnEmployeeAddressDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxEmployeeAddressDataGridView control.

OnEmployeeAddressDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxEmployeeAddressDataGridView control.

Private Methods

Méthode Description
OnEmployeeAddressBindingSourceCurrentItemChanged ( object sender, System e ) : void

Method Details

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

EmployeeAddressDataGridViewBase() public méthode

Initializes a new instance of the EmployeeAddressDataGridViewBase class.

OnCurrentEntityChanged() protected méthode

Raised the CurrentEntityChanged event.
protected OnCurrentEntityChanged ( ) : void
Résultat void

OnEmployeeAddressDataGridViewCellValueNeeded() protected méthode

Handles the CellValueNeeded event of the uxEmployeeAddressDataGridView control.
protected OnEmployeeAddressDataGridViewCellValueNeeded ( object sender, System e ) : void
sender object The source of the event.
e System The instance containing the event data.
Résultat void

OnEmployeeAddressDataGridViewCellValuePushed() protected méthode

Handles the CellValuePushed event of the uxEmployeeAddressDataGridView control.
protected OnEmployeeAddressDataGridViewCellValuePushed ( object sender, System e ) : void
sender object The source of the event.
e System The instance containing the event data.
Résultat void

OnEmployeeAddressDataGridViewDataError() protected méthode

Handles the DataError event of the uxEmployeeAddressDataGridView control.
protected OnEmployeeAddressDataGridViewDataError ( object sender, System e ) : void
sender object The source of the event.
e System The instance containing the event data.
Résultat void

Property Details

uxAddressIdDataGridViewColumn protected_oe property

the DGV column associated with the AddressId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxAddressIdDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewComboBoxColumn

uxEmployeeAddressBindingSource protected_oe property

the bindingsource
protected System.Windows.Forms.BindingSource uxEmployeeAddressBindingSource
Résultat System.Windows.Forms.BindingSource

uxEmployeeAddressDataGridView protected_oe property

the datagridview instance
protected System.Windows.Forms.DataGridView uxEmployeeAddressDataGridView
Résultat System.Windows.Forms.DataGridView

uxEmployeeAddressErrorProvider protected_oe property

the errorprovider
protected System.Windows.Forms.ErrorProvider uxEmployeeAddressErrorProvider
Résultat System.Windows.Forms.ErrorProvider

uxEmployeeIdDataGridViewColumn protected_oe property

the DGV column associated with the EmployeeId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxEmployeeIdDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewComboBoxColumn

uxModifiedDateDataGridViewColumn protected_oe property

the DGV column associated with the ModifiedDate property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxModifiedDateDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxRowguidDataGridViewColumn protected_oe property

the DGV column associated with the Rowguid property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxRowguidDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn