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

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

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

Свойство Тип Описание
uxDiagramDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxIllustrationBindingSource System.Windows.Forms.BindingSource
uxIllustrationDataGridView System.Windows.Forms.DataGridView
uxIllustrationErrorProvider System.Windows.Forms.ErrorProvider
uxIllustrationIdDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn

Private Properties

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

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

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

Initializes a new instance of the IllustrationDataGridViewBase class.

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

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

Clean up any resources being used.

OnCurrentEntityChanged ( ) : void

Raised the CurrentEntityChanged event.

OnIllustrationDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxIllustrationDataGridView control.

OnIllustrationDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxIllustrationDataGridView control.

OnIllustrationDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxIllustrationDataGridView control.

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

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

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

Initializes a new instance of the IllustrationDataGridViewBase class.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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