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

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

Protected Properties

Свойство Type Description
uxAverageRateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxCurrencyRateBindingSource System.Windows.Forms.BindingSource
uxCurrencyRateDataGridView System.Windows.Forms.DataGridView
uxCurrencyRateDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxCurrencyRateErrorProvider System.Windows.Forms.ErrorProvider
uxCurrencyRateIdDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxEndOfDayRateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxFromCurrencyCodeDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxToCurrencyCodeDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn

Private Properties

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

Méthodes publiques

Méthode Description
CurrencyRateDataGridViewBase ( )

Initializes a new instance of the CurrencyRateDataGridViewBase class.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnCurrencyRateDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxCurrencyRateDataGridView control.

OnCurrencyRateDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxCurrencyRateDataGridView control.

OnCurrencyRateDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxCurrencyRateDataGridView control.

OnCurrentEntityChanged ( ) : void

Raised the CurrentEntityChanged event.

Private Methods

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

Method Details

CurrencyRateDataGridViewBase() public méthode

Initializes a new instance of the CurrencyRateDataGridViewBase class.

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

OnCurrencyRateDataGridViewCellValueNeeded() protected méthode

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

OnCurrencyRateDataGridViewCellValuePushed() protected méthode

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

OnCurrencyRateDataGridViewDataError() protected méthode

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

OnCurrentEntityChanged() protected méthode

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

Property Details

uxAverageRateDataGridViewColumn protected_oe property

the DGV column associated with the AverageRate property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxAverageRateDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxCurrencyRateBindingSource protected_oe property

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

uxCurrencyRateDataGridView protected_oe property

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

uxCurrencyRateDateDataGridViewColumn protected_oe property

the DGV column associated with the CurrencyRateDate property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxCurrencyRateDateDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxCurrencyRateErrorProvider protected_oe property

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

uxCurrencyRateIdDataGridViewColumn protected_oe property

the DGV column associated with the CurrencyRateId property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxCurrencyRateIdDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxEndOfDayRateDataGridViewColumn protected_oe property

the DGV column associated with the EndOfDayRate property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxEndOfDayRateDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxFromCurrencyCodeDataGridViewColumn protected_oe property

the DGV column associated with the FromCurrencyCode property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxFromCurrencyCodeDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewComboBoxColumn

uxModifiedDateDataGridViewColumn protected_oe property

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

uxToCurrencyCodeDataGridViewColumn protected_oe property

the DGV column associated with the ToCurrencyCode property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxToCurrencyCodeDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewComboBoxColumn