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

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

Protected Properties

Свойство Type Description
uxSomeTextDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxTimestampPkBindingSource System.Windows.Forms.BindingSource
uxTimestampPkDataGridView System.Windows.Forms.DataGridView
uxTimestampPkDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxTimestampPkErrorProvider System.Windows.Forms.ErrorProvider

Private Properties

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

Méthodes publiques

Méthode Description
TimestampPkDataGridViewBase ( )

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

OnTimestampPkDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxTimestampPkDataGridView control.

OnTimestampPkDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxTimestampPkDataGridView control.

OnTimestampPkDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxTimestampPkDataGridView control.

Private Methods

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

OnTimestampPkDataGridViewCellValueNeeded() protected méthode

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

OnTimestampPkDataGridViewCellValuePushed() protected méthode

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

OnTimestampPkDataGridViewDataError() protected méthode

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

TimestampPkDataGridViewBase() public méthode

Initializes a new instance of the TimestampPkDataGridViewBase class.

Property Details

uxSomeTextDataGridViewColumn protected_oe property

the DGV column associated with the SomeText property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxSomeTextDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxTimestampPkBindingSource protected_oe property

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

uxTimestampPkDataGridView protected_oe property

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

uxTimestampPkDataGridViewColumn protected_oe property

the DGV column associated with the TimestampPk property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxTimestampPkDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxTimestampPkErrorProvider protected_oe property

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