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

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

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

Свойство Тип Описание
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxNameDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxUnitMeasureBindingSource System.Windows.Forms.BindingSource
uxUnitMeasureCodeDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxUnitMeasureDataGridView System.Windows.Forms.DataGridView
uxUnitMeasureErrorProvider System.Windows.Forms.ErrorProvider

Private Properties

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

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

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

Initializes a new instance of the UnitMeasureDataGridViewBase class.

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

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

Clean up any resources being used.

OnCurrentEntityChanged ( ) : void

Raised the CurrentEntityChanged event.

OnUnitMeasureDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxUnitMeasureDataGridView control.

OnUnitMeasureDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxUnitMeasureDataGridView control.

OnUnitMeasureDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxUnitMeasureDataGridView control.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Initializes a new instance of the UnitMeasureDataGridViewBase class.

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

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

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

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

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

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

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

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

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

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