C# Класс Nettiers.AdventureWorks.Windows.Forms.CurrencyRateDataGridViewBase

Наследование: System.Windows.Forms.UserControl
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
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

Свойство Тип Описание
OnCurrencyRateBindingSourceCurrentItemChanged void

Открытые методы

Метод Описание
CurrencyRateDataGridViewBase ( )

Initializes a new instance of the CurrencyRateDataGridViewBase class.

Защищенные методы

Метод Описание
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.

Приватные методы

Метод Описание
OnCurrencyRateBindingSourceCurrentItemChanged ( object sender, System e ) : void

Описание методов

CurrencyRateDataGridViewBase() публичный Метод

Initializes a new instance of the CurrencyRateDataGridViewBase class.

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

OnCurrencyRateDataGridViewCellValueNeeded() защищенный Метод

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.
Результат void

OnCurrencyRateDataGridViewCellValuePushed() защищенный Метод

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.
Результат void

OnCurrencyRateDataGridViewDataError() защищенный Метод

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.
Результат void

OnCurrentEntityChanged() защищенный Метод

Raised the CurrentEntityChanged event.
protected OnCurrentEntityChanged ( ) : void
Результат void

Описание свойств

uxAverageRateDataGridViewColumn защищенное свойство

the DGV column associated with the AverageRate property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxAverageRateDataGridViewColumn
Результат System.Windows.Forms.DataGridViewTextBoxColumn

uxCurrencyRateBindingSource защищенное свойство

the bindingsource
protected System.Windows.Forms.BindingSource uxCurrencyRateBindingSource
Результат System.Windows.Forms.BindingSource

uxCurrencyRateDataGridView защищенное свойство

the datagridview instance
protected System.Windows.Forms.DataGridView uxCurrencyRateDataGridView
Результат System.Windows.Forms.DataGridView

uxCurrencyRateDateDataGridViewColumn защищенное свойство

the DGV column associated with the CurrencyRateDate property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxCurrencyRateDateDataGridViewColumn
Результат System.Windows.Forms.DataGridViewTextBoxColumn

uxCurrencyRateErrorProvider защищенное свойство

the errorprovider
protected System.Windows.Forms.ErrorProvider uxCurrencyRateErrorProvider
Результат System.Windows.Forms.ErrorProvider

uxCurrencyRateIdDataGridViewColumn защищенное свойство

the DGV column associated with the CurrencyRateId property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxCurrencyRateIdDataGridViewColumn
Результат System.Windows.Forms.DataGridViewTextBoxColumn

uxEndOfDayRateDataGridViewColumn защищенное свойство

the DGV column associated with the EndOfDayRate property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxEndOfDayRateDataGridViewColumn
Результат System.Windows.Forms.DataGridViewTextBoxColumn

uxFromCurrencyCodeDataGridViewColumn защищенное свойство

the DGV column associated with the FromCurrencyCode property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxFromCurrencyCodeDataGridViewColumn
Результат System.Windows.Forms.DataGridViewComboBoxColumn

uxModifiedDateDataGridViewColumn защищенное свойство

the DGV column associated with the ModifiedDate property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxModifiedDateDataGridViewColumn
Результат System.Windows.Forms.DataGridViewTextBoxColumn

uxToCurrencyCodeDataGridViewColumn защищенное свойство

the DGV column associated with the ToCurrencyCode property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxToCurrencyCodeDataGridViewColumn
Результат System.Windows.Forms.DataGridViewComboBoxColumn