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

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

Protected Properties

Свойство Type Description
uxAddressTypeBindingSource System.Windows.Forms.BindingSource
uxAddressTypeDataGridView System.Windows.Forms.DataGridView
uxAddressTypeErrorProvider System.Windows.Forms.ErrorProvider
uxAddressTypeIdDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxNameDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxRowguidDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn

Private Properties

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

Méthodes publiques

Méthode Description
AddressTypeDataGridViewBase ( )

Initializes a new instance of the AddressTypeDataGridViewBase class.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnAddressTypeDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxAddressTypeDataGridView control.

OnAddressTypeDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxAddressTypeDataGridView control.

OnAddressTypeDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxAddressTypeDataGridView control.

OnCurrentEntityChanged ( ) : void

Raised the CurrentEntityChanged event.

Private Methods

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

Method Details

AddressTypeDataGridViewBase() public méthode

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

OnAddressTypeDataGridViewCellValueNeeded() protected méthode

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

OnAddressTypeDataGridViewCellValuePushed() protected méthode

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

OnAddressTypeDataGridViewDataError() protected méthode

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

uxAddressTypeBindingSource protected_oe property

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

uxAddressTypeDataGridView protected_oe property

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

uxAddressTypeErrorProvider protected_oe property

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

uxAddressTypeIdDataGridViewColumn protected_oe property

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

uxNameDataGridViewColumn protected_oe property

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