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

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

Protected Properties

Property Type Description
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxNameDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxProductCategoryBindingSource System.Windows.Forms.BindingSource
uxProductCategoryDataGridView System.Windows.Forms.DataGridView
uxProductCategoryErrorProvider System.Windows.Forms.ErrorProvider
uxProductCategoryIdDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxRowguidDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn

Private Properties

Property Type Description
OnProductCategoryBindingSourceCurrentItemChanged void

Public Methods

Method Description
ProductCategoryDataGridViewBase ( )

Initializes a new instance of the ProductCategoryDataGridViewBase class.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnCurrentEntityChanged ( ) : void

Raised the CurrentEntityChanged event.

OnProductCategoryDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxProductCategoryDataGridView control.

OnProductCategoryDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxProductCategoryDataGridView control.

OnProductCategoryDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxProductCategoryDataGridView control.

Private Methods

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

OnProductCategoryDataGridViewCellValueNeeded() protected method

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

OnProductCategoryDataGridViewCellValuePushed() protected method

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

OnProductCategoryDataGridViewDataError() protected method

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

ProductCategoryDataGridViewBase() public method

Initializes a new instance of the ProductCategoryDataGridViewBase class.

Property Details

uxModifiedDateDataGridViewColumn protected_oe property

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

uxNameDataGridViewColumn protected_oe property

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

uxProductCategoryBindingSource protected_oe property

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

uxProductCategoryDataGridView protected_oe property

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

uxProductCategoryErrorProvider protected_oe property

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

uxProductCategoryIdDataGridViewColumn protected_oe property

the DGV column associated with the ProductCategoryId property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxProductCategoryIdDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxRowguidDataGridViewColumn protected_oe property

the DGV column associated with the Rowguid property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxRowguidDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn