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

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
uxCustomerAddressBindingSource System.Windows.Forms.BindingSource
uxCustomerAddressDataGridView System.Windows.Forms.DataGridView
uxCustomerAddressErrorProvider System.Windows.Forms.ErrorProvider
uxCustomerIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxRowguidDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn

Private Properties

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

Méthodes publiques

Méthode Description
CustomerAddressDataGridViewBase ( )

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

OnCustomerAddressDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxCustomerAddressDataGridView control.

OnCustomerAddressDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxCustomerAddressDataGridView control.

OnCustomerAddressDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxCustomerAddressDataGridView control.

Private Methods

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

Method Details

CustomerAddressDataGridViewBase() public méthode

Initializes a new instance of the CustomerAddressDataGridViewBase class.

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

OnCustomerAddressDataGridViewCellValueNeeded() protected méthode

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

OnCustomerAddressDataGridViewCellValuePushed() protected méthode

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

OnCustomerAddressDataGridViewDataError() protected méthode

Handles the DataError event of the uxCustomerAddressDataGridView control.
protected OnCustomerAddressDataGridViewDataError ( 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

uxAddressTypeIdDataGridViewColumn protected_oe property

the DGV column associated with the AddressTypeId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxAddressTypeIdDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewComboBoxColumn

uxCustomerAddressBindingSource protected_oe property

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

uxCustomerAddressDataGridView protected_oe property

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

uxCustomerAddressErrorProvider protected_oe property

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

uxCustomerIdDataGridViewColumn protected_oe property

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