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

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

Protected Properties

Свойство Type Description
uxCultureBindingSource System.Windows.Forms.BindingSource
uxCultureDataGridView System.Windows.Forms.DataGridView
uxCultureErrorProvider System.Windows.Forms.ErrorProvider
uxCultureIdDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxNameDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn

Private Properties

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

Méthodes publiques

Méthode Description
CultureDataGridViewBase ( )

Initializes a new instance of the CultureDataGridViewBase class.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnCultureDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxCultureDataGridView control.

OnCultureDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxCultureDataGridView control.

OnCultureDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxCultureDataGridView control.

OnCurrentEntityChanged ( ) : void

Raised the CurrentEntityChanged event.

Private Methods

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

Method Details

CultureDataGridViewBase() public méthode

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

OnCultureDataGridViewCellValueNeeded() protected méthode

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

OnCultureDataGridViewCellValuePushed() protected méthode

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

OnCultureDataGridViewDataError() protected méthode

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

uxCultureBindingSource protected_oe property

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

uxCultureDataGridView protected_oe property

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

uxCultureErrorProvider protected_oe property

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

uxCultureIdDataGridViewColumn protected_oe property

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