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

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

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

Свойство Тип Описание
uxErrorLineDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxErrorLogBindingSource System.Windows.Forms.BindingSource
uxErrorLogDataGridView System.Windows.Forms.DataGridView
uxErrorLogErrorProvider System.Windows.Forms.ErrorProvider
uxErrorLogIdDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxErrorMessageDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxErrorNumberDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxErrorProcedureDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxErrorSeverityDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxErrorStateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxErrorTimeDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxUserNameDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn

Private Properties

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

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

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

Initializes a new instance of the ErrorLogDataGridViewBase class.

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

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

Clean up any resources being used.

OnCurrentEntityChanged ( ) : void

Raised the CurrentEntityChanged event.

OnErrorLogDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxErrorLogDataGridView control.

OnErrorLogDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxErrorLogDataGridView control.

OnErrorLogDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxErrorLogDataGridView control.

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

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

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

Initializes a new instance of the ErrorLogDataGridViewBase class.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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