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

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

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

Свойство Тип Описание
uxNullFkeyParentBindingSource System.Windows.Forms.BindingSource
uxNullFkeyParentDataGridView System.Windows.Forms.DataGridView
uxNullFkeyParentErrorProvider System.Windows.Forms.ErrorProvider
uxNullFkeyParentIdDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxSomeTextDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn

Private Properties

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

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

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

Initializes a new instance of the NullFkeyParentDataGridViewBase class.

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

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

Clean up any resources being used.

OnCurrentEntityChanged ( ) : void

Raised the CurrentEntityChanged event.

OnNullFkeyParentDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxNullFkeyParentDataGridView control.

OnNullFkeyParentDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxNullFkeyParentDataGridView control.

OnNullFkeyParentDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxNullFkeyParentDataGridView control.

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

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

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

Initializes a new instance of the NullFkeyParentDataGridViewBase class.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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