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

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

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

Свойство Тип Описание
uxSomeTextDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxTimestampPkBindingSource System.Windows.Forms.BindingSource
uxTimestampPkDataGridView System.Windows.Forms.DataGridView
uxTimestampPkDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxTimestampPkErrorProvider System.Windows.Forms.ErrorProvider

Private Properties

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

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

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

Initializes a new instance of the TimestampPkDataGridViewBase class.

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

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

Clean up any resources being used.

OnCurrentEntityChanged ( ) : void

Raised the CurrentEntityChanged event.

OnTimestampPkDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxTimestampPkDataGridView control.

OnTimestampPkDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxTimestampPkDataGridView control.

OnTimestampPkDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxTimestampPkDataGridView control.

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

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

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

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

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

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

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

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

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

Initializes a new instance of the TimestampPkDataGridViewBase class.

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

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

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

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

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

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

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

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

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

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

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