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

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

Protected Properties

Свойство Type Description
uxContactIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxContactTypeIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxVendorContactBindingSource System.Windows.Forms.BindingSource
uxVendorContactDataGridView System.Windows.Forms.DataGridView
uxVendorContactErrorProvider System.Windows.Forms.ErrorProvider
uxVendorIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn

Private Properties

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

Méthodes publiques

Méthode Description
VendorContactDataGridViewBase ( )

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

OnVendorContactDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxVendorContactDataGridView control.

OnVendorContactDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxVendorContactDataGridView control.

OnVendorContactDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxVendorContactDataGridView control.

Private Methods

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

OnVendorContactDataGridViewCellValueNeeded() protected méthode

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

OnVendorContactDataGridViewCellValuePushed() protected méthode

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

OnVendorContactDataGridViewDataError() protected méthode

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

VendorContactDataGridViewBase() public méthode

Initializes a new instance of the VendorContactDataGridViewBase class.

Property Details

uxContactIdDataGridViewColumn protected_oe property

the DGV column associated with the ContactId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxContactIdDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewComboBoxColumn

uxContactTypeIdDataGridViewColumn protected_oe property

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

uxVendorContactBindingSource protected_oe property

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

uxVendorContactDataGridView protected_oe property

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

uxVendorContactErrorProvider protected_oe property

the errorprovider
protected System.Windows.Forms.ErrorProvider uxVendorContactErrorProvider
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