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

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

Protected Properties

Свойство Type Description
uxAddressBindingSource System.Windows.Forms.BindingSource
uxAddressDataGridView System.Windows.Forms.DataGridView
uxAddressErrorProvider System.Windows.Forms.ErrorProvider
uxAddressIdDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxAddressLine1DataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxAddressLine2DataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxCityDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxPostalCodeDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxRowguidDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxStateProvinceIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn

Private Properties

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

Méthodes publiques

Méthode Description
AddressDataGridViewBase ( )

Initializes a new instance of the AddressDataGridViewBase class.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnAddressDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxAddressDataGridView control.

OnAddressDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxAddressDataGridView control.

OnAddressDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxAddressDataGridView control.

OnCurrentEntityChanged ( ) : void

Raised the CurrentEntityChanged event.

Private Methods

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

Method Details

AddressDataGridViewBase() public méthode

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

OnAddressDataGridViewCellValueNeeded() protected méthode

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

OnAddressDataGridViewCellValuePushed() protected méthode

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

OnAddressDataGridViewDataError() protected méthode

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

OnCurrentEntityChanged() protected méthode

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

Property Details

uxAddressBindingSource protected_oe property

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

uxAddressDataGridView protected_oe property

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

uxAddressErrorProvider protected_oe property

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

uxAddressIdDataGridViewColumn protected_oe property

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

uxAddressLine1DataGridViewColumn protected_oe property

the DGV column associated with the AddressLine1 property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxAddressLine1DataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxAddressLine2DataGridViewColumn protected_oe property

the DGV column associated with the AddressLine2 property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxAddressLine2DataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxCityDataGridViewColumn protected_oe property

the DGV column associated with the City property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxCityDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxModifiedDateDataGridViewColumn protected_oe property

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

uxPostalCodeDataGridViewColumn protected_oe property

the DGV column associated with the PostalCode property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxPostalCodeDataGridViewColumn
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

uxStateProvinceIdDataGridViewColumn protected_oe property

the DGV column associated with the StateProvinceId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxStateProvinceIdDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewComboBoxColumn