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

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

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

Свойство Тип Описание
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxNameDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxReasonTypeDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxSalesReasonBindingSource System.Windows.Forms.BindingSource
uxSalesReasonDataGridView System.Windows.Forms.DataGridView
uxSalesReasonErrorProvider System.Windows.Forms.ErrorProvider
uxSalesReasonIdDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn

Private Properties

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

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

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

Initializes a new instance of the SalesReasonDataGridViewBase class.

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

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

Clean up any resources being used.

OnCurrentEntityChanged ( ) : void

Raised the CurrentEntityChanged event.

OnSalesReasonDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxSalesReasonDataGridView control.

OnSalesReasonDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxSalesReasonDataGridView control.

OnSalesReasonDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxSalesReasonDataGridView control.

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

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

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

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

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

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

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

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

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

Initializes a new instance of the SalesReasonDataGridViewBase 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

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

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

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

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

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

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

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

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

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

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