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

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: netTiers/netTiers

Protected Properties

Свойство 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

Свойство Type Description
OnProductPhotoBindingSourceCurrentItemChanged void

Méthodes publiques

Méthode Description
ProductPhotoDataGridViewBase ( )

Initializes a new instance of the ProductPhotoDataGridViewBase class.

Méthodes protégées

Méthode 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

Méthode Description
OnProductPhotoBindingSourceCurrentItemChanged ( object sender, System e ) : void

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

OnCurrentEntityChanged() protected méthode

Raised the CurrentEntityChanged event.
protected OnCurrentEntityChanged ( ) : void
Résultat void

OnProductPhotoDataGridViewCellValueNeeded() protected méthode

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.
Résultat void

OnProductPhotoDataGridViewCellValuePushed() protected méthode

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.
Résultat void

OnProductPhotoDataGridViewDataError() protected méthode

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.
Résultat void

ProductPhotoDataGridViewBase() public méthode

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
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxLargePhotoFileNameDataGridViewColumn protected_oe property

the DGV column associated with the LargePhotoFileName property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxLargePhotoFileNameDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxModifiedDateDataGridViewColumn protected_oe property

the DGV column associated with the ModifiedDate property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxModifiedDateDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxProductPhotoBindingSource protected_oe property

the bindingsource
protected System.Windows.Forms.BindingSource uxProductPhotoBindingSource
Résultat System.Windows.Forms.BindingSource

uxProductPhotoDataGridView protected_oe property

the datagridview instance
protected System.Windows.Forms.DataGridView uxProductPhotoDataGridView
Résultat System.Windows.Forms.DataGridView

uxProductPhotoErrorProvider protected_oe property

the errorprovider
protected System.Windows.Forms.ErrorProvider uxProductPhotoErrorProvider
Résultat System.Windows.Forms.ErrorProvider

uxProductPhotoIdDataGridViewColumn protected_oe property

the DGV column associated with the ProductPhotoId property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxProductPhotoIdDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxThumbNailPhotoDataGridViewColumn protected_oe property

the DGV column associated with the ThumbNailPhoto property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxThumbNailPhotoDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxThumbnailPhotoFileNameDataGridViewColumn protected_oe property

the DGV column associated with the ThumbnailPhotoFileName property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxThumbnailPhotoFileNameDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn