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

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

Protected Properties

Property Type Description
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxPrimaryDataGridViewColumn System.Windows.Forms.DataGridViewCheckBoxColumn
uxProductIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxProductPhotoIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxProductProductPhotoBindingSource System.Windows.Forms.BindingSource
uxProductProductPhotoDataGridView System.Windows.Forms.DataGridView
uxProductProductPhotoErrorProvider System.Windows.Forms.ErrorProvider

Private Properties

Property Type Description
OnProductProductPhotoBindingSourceCurrentItemChanged void

Public Methods

Method Description
ProductProductPhotoDataGridViewBase ( )

Initializes a new instance of the ProductProductPhotoDataGridViewBase class.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnCurrentEntityChanged ( ) : void

Raised the CurrentEntityChanged event.

OnProductProductPhotoDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxProductProductPhotoDataGridView control.

OnProductProductPhotoDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxProductProductPhotoDataGridView control.

OnProductProductPhotoDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxProductProductPhotoDataGridView control.

Private Methods

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

OnProductProductPhotoDataGridViewCellValueNeeded() protected method

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

OnProductProductPhotoDataGridViewCellValuePushed() protected method

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

OnProductProductPhotoDataGridViewDataError() protected method

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

ProductProductPhotoDataGridViewBase() public method

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

uxPrimaryDataGridViewColumn protected_oe property

the DGV column associated with the Primary property
protected System.Windows.Forms.DataGridViewCheckBoxColumn uxPrimaryDataGridViewColumn
return System.Windows.Forms.DataGridViewCheckBoxColumn

uxProductIdDataGridViewColumn protected_oe property

the DGV column associated with the ProductId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxProductIdDataGridViewColumn
return System.Windows.Forms.DataGridViewComboBoxColumn

uxProductPhotoIdDataGridViewColumn protected_oe property

the DGV column associated with the ProductPhotoId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxProductPhotoIdDataGridViewColumn
return System.Windows.Forms.DataGridViewComboBoxColumn

uxProductProductPhotoBindingSource protected_oe property

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

uxProductProductPhotoDataGridView protected_oe property

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

uxProductProductPhotoErrorProvider protected_oe property

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