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

Inheritance: System.Windows.Forms.UserControl
Exibir arquivo Open project: netTiers/netTiers

Protected Properties

Property 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

Property Type Description
OnCurrencyRateBindingSourceCurrentItemChanged void

Public Methods

Method Description
CurrencyRateDataGridViewBase ( )

Initializes a new instance of the CurrencyRateDataGridViewBase class.

Protected Methods

Method 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

Method Description
OnCurrencyRateBindingSourceCurrentItemChanged ( object sender, System e ) : void

Method Details

CurrencyRateDataGridViewBase() public method

Initializes a new instance of the CurrencyRateDataGridViewBase class.

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

OnCurrencyRateDataGridViewCellValueNeeded() protected method

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

OnCurrencyRateDataGridViewCellValuePushed() protected method

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

OnCurrencyRateDataGridViewDataError() protected method

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

OnCurrentEntityChanged() protected method

Raised the CurrentEntityChanged event.
protected OnCurrentEntityChanged ( ) : void
return void

Property Details

uxAverageRateDataGridViewColumn protected_oe property

the DGV column associated with the AverageRate property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxAverageRateDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxCurrencyRateBindingSource protected_oe property

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

uxCurrencyRateDataGridView protected_oe property

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

uxCurrencyRateDateDataGridViewColumn protected_oe property

the DGV column associated with the CurrencyRateDate property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxCurrencyRateDateDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxCurrencyRateErrorProvider protected_oe property

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

uxCurrencyRateIdDataGridViewColumn protected_oe property

the DGV column associated with the CurrencyRateId property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxCurrencyRateIdDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxEndOfDayRateDataGridViewColumn protected_oe property

the DGV column associated with the EndOfDayRate property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxEndOfDayRateDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxFromCurrencyCodeDataGridViewColumn protected_oe property

the DGV column associated with the FromCurrencyCode property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxFromCurrencyCodeDataGridViewColumn
return System.Windows.Forms.DataGridViewComboBoxColumn

uxModifiedDateDataGridViewColumn protected_oe property

the DGV column associated with the ModifiedDate property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxModifiedDateDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxToCurrencyCodeDataGridViewColumn protected_oe property

the DGV column associated with the ToCurrencyCode property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxToCurrencyCodeDataGridViewColumn
return System.Windows.Forms.DataGridViewComboBoxColumn