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

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

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

Свойство Тип Описание
uxCurrencyBindingSource System.Windows.Forms.BindingSource
uxCurrencyCodeDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxCurrencyDataGridView System.Windows.Forms.DataGridView
uxCurrencyErrorProvider System.Windows.Forms.ErrorProvider
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxNameDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn

Private Properties

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

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

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

Initializes a new instance of the CurrencyDataGridViewBase class.

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

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnCurrencyDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxCurrencyDataGridView control.

OnCurrencyDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxCurrencyDataGridView control.

OnCurrencyDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxCurrencyDataGridView control.

OnCurrentEntityChanged ( ) : void

Raised the CurrentEntityChanged event.

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

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

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

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

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

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

Handles the CellValueNeeded event of the uxCurrencyDataGridView control.
protected OnCurrencyDataGridViewCellValueNeeded ( object sender, System e ) : void
sender object The source of the event.
e System The instance containing the event data.
Результат void

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

Handles the CellValuePushed event of the uxCurrencyDataGridView control.
protected OnCurrencyDataGridViewCellValuePushed ( object sender, System e ) : void
sender object The source of the event.
e System The instance containing the event data.
Результат void

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

Handles the DataError event of the uxCurrencyDataGridView control.
protected OnCurrencyDataGridViewDataError ( 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

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

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

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

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

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

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

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

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

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

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

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

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

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