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

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

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

Свойство Тип Описание
uxAvailabilityDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxCostRateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxLocationBindingSource System.Windows.Forms.BindingSource
uxLocationDataGridView System.Windows.Forms.DataGridView
uxLocationErrorProvider System.Windows.Forms.ErrorProvider
uxLocationIdDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxNameDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn

Private Properties

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

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

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

Initializes a new instance of the LocationDataGridViewBase class.

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

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

Clean up any resources being used.

OnCurrentEntityChanged ( ) : void

Raised the CurrentEntityChanged event.

OnLocationDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxLocationDataGridView control.

OnLocationDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxLocationDataGridView control.

OnLocationDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxLocationDataGridView control.

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

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

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

Initializes a new instance of the LocationDataGridViewBase class.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

the DGV column associated with the LocationId property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxLocationIdDataGridViewColumn
Результат 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