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

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

Protected Properties

Свойство Type Description
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxNameDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxReasonTypeDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxSalesReasonBindingSource System.Windows.Forms.BindingSource
uxSalesReasonDataGridView System.Windows.Forms.DataGridView
uxSalesReasonErrorProvider System.Windows.Forms.ErrorProvider
uxSalesReasonIdDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn

Private Properties

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

Méthodes publiques

Méthode Description
SalesReasonDataGridViewBase ( )

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

OnSalesReasonDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxSalesReasonDataGridView control.

OnSalesReasonDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxSalesReasonDataGridView control.

OnSalesReasonDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxSalesReasonDataGridView control.

Private Methods

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

OnSalesReasonDataGridViewCellValueNeeded() protected méthode

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

OnSalesReasonDataGridViewCellValuePushed() protected méthode

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

OnSalesReasonDataGridViewDataError() protected méthode

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

SalesReasonDataGridViewBase() public méthode

Initializes a new instance of the SalesReasonDataGridViewBase class.

Property Details

uxModifiedDateDataGridViewColumn protected_oe property

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

uxNameDataGridViewColumn protected_oe property

the DGV column associated with the Name property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxNameDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxReasonTypeDataGridViewColumn protected_oe property

the DGV column associated with the ReasonType property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxReasonTypeDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxSalesReasonBindingSource protected_oe property

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

uxSalesReasonDataGridView protected_oe property

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

uxSalesReasonErrorProvider protected_oe property

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

uxSalesReasonIdDataGridViewColumn protected_oe property

the DGV column associated with the SalesReasonId property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxSalesReasonIdDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn