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

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

Protected Properties

Property Type Description
uxLargePhotoDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxLargePhotoFileNameDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxProductPhotoBindingSource System.Windows.Forms.BindingSource
uxProductPhotoDataGridView System.Windows.Forms.DataGridView
uxProductPhotoErrorProvider System.Windows.Forms.ErrorProvider
uxProductPhotoIdDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxThumbNailPhotoDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxThumbnailPhotoFileNameDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn

Private Properties

Property Type Description
OnProductPhotoBindingSourceCurrentItemChanged void

Public Methods

Method Description
ProductPhotoDataGridViewBase ( )

Initializes a new instance of the ProductPhotoDataGridViewBase class.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnCurrentEntityChanged ( ) : void

Raised the CurrentEntityChanged event.

OnProductPhotoDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxProductPhotoDataGridView control.

OnProductPhotoDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxProductPhotoDataGridView control.

OnProductPhotoDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxProductPhotoDataGridView control.

Private Methods

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

OnProductPhotoDataGridViewCellValueNeeded() protected method

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

OnProductPhotoDataGridViewCellValuePushed() protected method

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

OnProductPhotoDataGridViewDataError() protected method

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

ProductPhotoDataGridViewBase() public method

Initializes a new instance of the ProductPhotoDataGridViewBase class.

Property Details

uxLargePhotoDataGridViewColumn protected_oe property

the DGV column associated with the LargePhoto property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxLargePhotoDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxLargePhotoFileNameDataGridViewColumn protected_oe property

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

uxProductPhotoBindingSource protected_oe property

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

uxProductPhotoDataGridView protected_oe property

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

uxProductPhotoErrorProvider protected_oe property

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

uxProductPhotoIdDataGridViewColumn protected_oe property

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

uxThumbNailPhotoDataGridViewColumn protected_oe property

the DGV column associated with the ThumbNailPhoto property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxThumbNailPhotoDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxThumbnailPhotoFileNameDataGridViewColumn protected_oe property

the DGV column associated with the ThumbnailPhotoFileName property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxThumbnailPhotoFileNameDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn