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

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

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

Свойство Тип Описание
uxNullFkeyChildBindingSource System.Windows.Forms.BindingSource
uxNullFkeyChildDataGridView System.Windows.Forms.DataGridView
uxNullFkeyChildErrorProvider System.Windows.Forms.ErrorProvider
uxNullFkeyChildIdDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxNullFkeyParentIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxSomeTextDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn

Private Properties

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

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

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

Initializes a new instance of the NullFkeyChildDataGridViewBase class.

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

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

Clean up any resources being used.

OnCurrentEntityChanged ( ) : void

Raised the CurrentEntityChanged event.

OnNullFkeyChildDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxNullFkeyChildDataGridView control.

OnNullFkeyChildDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxNullFkeyChildDataGridView control.

OnNullFkeyChildDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxNullFkeyChildDataGridView control.

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

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

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

Initializes a new instance of the NullFkeyChildDataGridViewBase class.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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