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

Inheritance: System.Windows.Forms.UserControl
显示文件 Open project: netTiers/netTiers

Protected Properties

Property 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

Property Type Description
OnSpecialOfferBindingSourceCurrentItemChanged void

Public Methods

Method Description
SpecialOfferDataGridViewBase ( )

Initializes a new instance of the SpecialOfferDataGridViewBase class.

Protected Methods

Method 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

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

OnSpecialOfferDataGridViewCellValueNeeded() protected method

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.
return void

OnSpecialOfferDataGridViewCellValuePushed() protected method

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.
return void

OnSpecialOfferDataGridViewDataError() protected method

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.
return void

SpecialOfferDataGridViewBase() public method

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
return System.Windows.Forms.DataGridViewTextBoxColumn

uxDescriptionDataGridViewColumn protected_oe property

the DGV column associated with the Description property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxDescriptionDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxDiscountPctDataGridViewColumn protected_oe property

the DGV column associated with the DiscountPct property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxDiscountPctDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxEndDateDataGridViewColumn protected_oe property

the DGV column associated with the EndDate property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxEndDateDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxMaxQtyDataGridViewColumn protected_oe property

the DGV column associated with the MaxQty property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxMaxQtyDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxMinQtyDataGridViewColumn protected_oe property

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

uxRowguidDataGridViewColumn protected_oe property

the DGV column associated with the Rowguid property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxRowguidDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxSpecialOfferBindingSource protected_oe property

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

uxSpecialOfferDataGridView protected_oe property

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

uxSpecialOfferErrorProvider protected_oe property

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

uxSpecialOfferIdDataGridViewColumn protected_oe property

the DGV column associated with the SpecialOfferId property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxSpecialOfferIdDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxStartDateDataGridViewColumn protected_oe property

the DGV column associated with the StartDate property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxStartDateDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxTypeDataGridViewColumn protected_oe property

the DGV column associated with the Type property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxTypeDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn