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

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

Protected Properties

Свойство Type Description
uxAddressIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxAddressTypeIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxVendorAddressBindingSource System.Windows.Forms.BindingSource
uxVendorAddressDataGridView System.Windows.Forms.DataGridView
uxVendorAddressErrorProvider System.Windows.Forms.ErrorProvider
uxVendorIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn

Private Properties

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

Méthodes publiques

Méthode Description
VendorAddressDataGridViewBase ( )

Initializes a new instance of the VendorAddressDataGridViewBase 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.

OnVendorAddressDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxVendorAddressDataGridView control.

OnVendorAddressDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxVendorAddressDataGridView control.

OnVendorAddressDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxVendorAddressDataGridView control.

Private Methods

Méthode Description
OnVendorAddressBindingSourceCurrentItemChanged ( 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

OnCurrentEntityChanged() protected méthode

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

OnVendorAddressDataGridViewCellValueNeeded() protected méthode

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

OnVendorAddressDataGridViewCellValuePushed() protected méthode

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

OnVendorAddressDataGridViewDataError() protected méthode

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

VendorAddressDataGridViewBase() public méthode

Initializes a new instance of the VendorAddressDataGridViewBase class.

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

uxAddressTypeIdDataGridViewColumn protected_oe property

the DGV column associated with the AddressTypeId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxAddressTypeIdDataGridViewColumn
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

uxVendorAddressBindingSource protected_oe property

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

uxVendorAddressDataGridView protected_oe property

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

uxVendorAddressErrorProvider protected_oe property

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

uxVendorIdDataGridViewColumn protected_oe property

the DGV column associated with the VendorId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxVendorIdDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewComboBoxColumn