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

Inheritance: System.Windows.Forms.UserControl
Show file Open project: netTiers/netTiers

Protected Properties

Property Type Description
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxNameDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxUnitMeasureBindingSource System.Windows.Forms.BindingSource
uxUnitMeasureCodeDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxUnitMeasureDataGridView System.Windows.Forms.DataGridView
uxUnitMeasureErrorProvider System.Windows.Forms.ErrorProvider

Private Properties

Property Type Description
OnUnitMeasureBindingSourceCurrentItemChanged void

Public Methods

Method Description
UnitMeasureDataGridViewBase ( )

Initializes a new instance of the UnitMeasureDataGridViewBase class.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnCurrentEntityChanged ( ) : void

Raised the CurrentEntityChanged event.

OnUnitMeasureDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxUnitMeasureDataGridView control.

OnUnitMeasureDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxUnitMeasureDataGridView control.

OnUnitMeasureDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxUnitMeasureDataGridView control.

Private Methods

Method Description
OnUnitMeasureBindingSourceCurrentItemChanged ( 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

OnUnitMeasureDataGridViewCellValueNeeded() protected method

Handles the CellValueNeeded event of the uxUnitMeasureDataGridView control.
protected OnUnitMeasureDataGridViewCellValueNeeded ( object sender, System e ) : void
sender object The source of the event.
e System The instance containing the event data.
return void

OnUnitMeasureDataGridViewCellValuePushed() protected method

Handles the CellValuePushed event of the uxUnitMeasureDataGridView control.
protected OnUnitMeasureDataGridViewCellValuePushed ( object sender, System e ) : void
sender object The source of the event.
e System The instance containing the event data.
return void

OnUnitMeasureDataGridViewDataError() protected method

Handles the DataError event of the uxUnitMeasureDataGridView control.
protected OnUnitMeasureDataGridViewDataError ( object sender, System e ) : void
sender object The source of the event.
e System The instance containing the event data.
return void

UnitMeasureDataGridViewBase() public method

Initializes a new instance of the UnitMeasureDataGridViewBase class.

Property Details

uxModifiedDateDataGridViewColumn protected property

the DGV column associated with the ModifiedDate property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxModifiedDateDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxNameDataGridViewColumn protected property

the DGV column associated with the Name property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxNameDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxUnitMeasureBindingSource protected property

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

uxUnitMeasureCodeDataGridViewColumn protected property

the DGV column associated with the UnitMeasureCode property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxUnitMeasureCodeDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxUnitMeasureDataGridView protected property

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

uxUnitMeasureErrorProvider protected property

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