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

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

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

Свойство Тип Описание
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxNameDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxScrapReasonBindingSource System.Windows.Forms.BindingSource
uxScrapReasonDataGridView System.Windows.Forms.DataGridView
uxScrapReasonErrorProvider System.Windows.Forms.ErrorProvider
uxScrapReasonIdDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn

Private Properties

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

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

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

Initializes a new instance of the ScrapReasonDataGridViewBase class.

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

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

Clean up any resources being used.

OnCurrentEntityChanged ( ) : void

Raised the CurrentEntityChanged event.

OnScrapReasonDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxScrapReasonDataGridView control.

OnScrapReasonDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxScrapReasonDataGridView control.

OnScrapReasonDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxScrapReasonDataGridView control.

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

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

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

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

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

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

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

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

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

Initializes a new instance of the ScrapReasonDataGridViewBase class.

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

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

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

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

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

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

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

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

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

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