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

Inheritance: System.Windows.Forms.UserControl
Exibir arquivo Open project: netTiers/netTiers

Protected Properties

Property Type Description
uxCatalogDescriptionDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxInstructionsDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxNameDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxProductModelBindingSource System.Windows.Forms.BindingSource
uxProductModelDataGridView System.Windows.Forms.DataGridView
uxProductModelErrorProvider System.Windows.Forms.ErrorProvider
uxProductModelIdDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxRowguidDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn

Private Properties

Property Type Description
OnProductModelBindingSourceCurrentItemChanged void

Public Methods

Method Description
ProductModelDataGridViewBase ( )

Initializes a new instance of the ProductModelDataGridViewBase class.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnCurrentEntityChanged ( ) : void

Raised the CurrentEntityChanged event.

OnProductModelDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxProductModelDataGridView control.

OnProductModelDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxProductModelDataGridView control.

OnProductModelDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxProductModelDataGridView control.

Private Methods

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

OnProductModelDataGridViewCellValueNeeded() protected method

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

OnProductModelDataGridViewCellValuePushed() protected method

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

OnProductModelDataGridViewDataError() protected method

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

ProductModelDataGridViewBase() public method

Initializes a new instance of the ProductModelDataGridViewBase class.

Property Details

uxCatalogDescriptionDataGridViewColumn protected_oe property

the DGV column associated with the CatalogDescription property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxCatalogDescriptionDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxInstructionsDataGridViewColumn protected_oe property

the DGV column associated with the Instructions property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxInstructionsDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

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

uxProductModelBindingSource protected_oe property

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

uxProductModelDataGridView protected_oe property

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

uxProductModelErrorProvider protected_oe property

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

uxProductModelIdDataGridViewColumn protected_oe property

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