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

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

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

Свойство Тип Описание
uxEndTimeDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxNameDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxShiftBindingSource System.Windows.Forms.BindingSource
uxShiftDataGridView System.Windows.Forms.DataGridView
uxShiftErrorProvider System.Windows.Forms.ErrorProvider
uxShiftIdDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxStartTimeDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn

Private Properties

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

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

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

Initializes a new instance of the ShiftDataGridViewBase class.

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

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

Clean up any resources being used.

OnCurrentEntityChanged ( ) : void

Raised the CurrentEntityChanged event.

OnShiftDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxShiftDataGridView control.

OnShiftDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxShiftDataGridView control.

OnShiftDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxShiftDataGridView control.

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

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

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

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

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

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

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

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

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

Initializes a new instance of the ShiftDataGridViewBase class.

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

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

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

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

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

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

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

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

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

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

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

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

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

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