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

Inheritance: System.Windows.Forms.UserControl
Datei anzeigen Open project: netTiers/netTiers

Protected Properties

Property 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

Property Type Description
OnTimestampPkBindingSourceCurrentItemChanged void

Public Methods

Method Description
TimestampPkDataGridViewBase ( )

Initializes a new instance of the TimestampPkDataGridViewBase class.

Protected Methods

Method 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

Method Description
OnTimestampPkBindingSourceCurrentItemChanged ( object sender, System e ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

OnCurrentEntityChanged() protected method

Raised the CurrentEntityChanged event.
protected OnCurrentEntityChanged ( ) : void
return void

OnTimestampPkDataGridViewCellValueNeeded() protected method

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.
return void

OnTimestampPkDataGridViewCellValuePushed() protected method

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.
return void

OnTimestampPkDataGridViewDataError() protected method

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.
return void

TimestampPkDataGridViewBase() public method

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
return System.Windows.Forms.DataGridViewTextBoxColumn

uxTimestampPkBindingSource protected_oe property

the bindingsource
protected System.Windows.Forms.BindingSource uxTimestampPkBindingSource
return System.Windows.Forms.BindingSource

uxTimestampPkDataGridView protected_oe property

the datagridview instance
protected System.Windows.Forms.DataGridView uxTimestampPkDataGridView
return System.Windows.Forms.DataGridView

uxTimestampPkDataGridViewColumn protected_oe property

the DGV column associated with the TimestampPk property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxTimestampPkDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxTimestampPkErrorProvider protected_oe property

the errorprovider
protected System.Windows.Forms.ErrorProvider uxTimestampPkErrorProvider
return System.Windows.Forms.ErrorProvider