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

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

Protected Properties

Свойство Type Description
uxCategoryDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxDescriptionDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxDiscountPctDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxEndDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxMaxQtyDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxMinQtyDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxRowguidDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxSpecialOfferBindingSource System.Windows.Forms.BindingSource
uxSpecialOfferDataGridView System.Windows.Forms.DataGridView
uxSpecialOfferErrorProvider System.Windows.Forms.ErrorProvider
uxSpecialOfferIdDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxStartDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxTypeDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn

Private Properties

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

Méthodes publiques

Méthode Description
SpecialOfferDataGridViewBase ( )

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

OnSpecialOfferDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxSpecialOfferDataGridView control.

OnSpecialOfferDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxSpecialOfferDataGridView control.

OnSpecialOfferDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxSpecialOfferDataGridView control.

Private Methods

Méthode Description
OnSpecialOfferBindingSourceCurrentItemChanged ( 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

OnSpecialOfferDataGridViewCellValueNeeded() protected méthode

Handles the CellValueNeeded event of the uxSpecialOfferDataGridView control.
protected OnSpecialOfferDataGridViewCellValueNeeded ( object sender, System e ) : void
sender object The source of the event.
e System The instance containing the event data.
Résultat void

OnSpecialOfferDataGridViewCellValuePushed() protected méthode

Handles the CellValuePushed event of the uxSpecialOfferDataGridView control.
protected OnSpecialOfferDataGridViewCellValuePushed ( object sender, System e ) : void
sender object The source of the event.
e System The instance containing the event data.
Résultat void

OnSpecialOfferDataGridViewDataError() protected méthode

Handles the DataError event of the uxSpecialOfferDataGridView control.
protected OnSpecialOfferDataGridViewDataError ( object sender, System e ) : void
sender object The source of the event.
e System The instance containing the event data.
Résultat void

SpecialOfferDataGridViewBase() public méthode

Initializes a new instance of the SpecialOfferDataGridViewBase class.

Property Details

uxCategoryDataGridViewColumn protected_oe property

the DGV column associated with the Category property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxCategoryDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxDescriptionDataGridViewColumn protected_oe property

the DGV column associated with the Description property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxDescriptionDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxDiscountPctDataGridViewColumn protected_oe property

the DGV column associated with the DiscountPct property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxDiscountPctDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxEndDateDataGridViewColumn protected_oe property

the DGV column associated with the EndDate property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxEndDateDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxMaxQtyDataGridViewColumn protected_oe property

the DGV column associated with the MaxQty property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxMaxQtyDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxMinQtyDataGridViewColumn protected_oe property

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

uxRowguidDataGridViewColumn protected_oe property

the DGV column associated with the Rowguid property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxRowguidDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxSpecialOfferBindingSource protected_oe property

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

uxSpecialOfferDataGridView protected_oe property

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

uxSpecialOfferErrorProvider protected_oe property

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

uxSpecialOfferIdDataGridViewColumn protected_oe property

the DGV column associated with the SpecialOfferId property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxSpecialOfferIdDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxStartDateDataGridViewColumn protected_oe property

the DGV column associated with the StartDate property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxStartDateDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxTypeDataGridViewColumn protected_oe property

the DGV column associated with the Type property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxTypeDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn