C# Class Nettiers.AdventureWorks.Windows.Forms.ErrorLogDataGridViewBase

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: netTiers/netTiers

Protected Properties

Свойство Type Description
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

Свойство Type Description
OnErrorLogBindingSourceCurrentItemChanged void

Méthodes publiques

Méthode Description
ErrorLogDataGridViewBase ( )

Initializes a new instance of the ErrorLogDataGridViewBase class.

Méthodes protégées

Méthode Description
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.

Private Methods

Méthode Description
OnErrorLogBindingSourceCurrentItemChanged ( object sender, System e ) : void

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

ErrorLogDataGridViewBase() public méthode

Initializes a new instance of the ErrorLogDataGridViewBase class.

OnCurrentEntityChanged() protected méthode

Raised the CurrentEntityChanged event.
protected OnCurrentEntityChanged ( ) : void
Résultat void

OnErrorLogDataGridViewCellValueNeeded() protected méthode

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.
Résultat void

OnErrorLogDataGridViewCellValuePushed() protected méthode

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.
Résultat void

OnErrorLogDataGridViewDataError() protected méthode

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.
Résultat void

Property Details

uxErrorLineDataGridViewColumn protected_oe property

the DGV column associated with the ErrorLine property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxErrorLineDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxErrorLogBindingSource protected_oe property

the bindingsource
protected System.Windows.Forms.BindingSource uxErrorLogBindingSource
Résultat System.Windows.Forms.BindingSource

uxErrorLogDataGridView protected_oe property

the datagridview instance
protected System.Windows.Forms.DataGridView uxErrorLogDataGridView
Résultat System.Windows.Forms.DataGridView

uxErrorLogErrorProvider protected_oe property

the errorprovider
protected System.Windows.Forms.ErrorProvider uxErrorLogErrorProvider
Résultat System.Windows.Forms.ErrorProvider

uxErrorLogIdDataGridViewColumn protected_oe property

the DGV column associated with the ErrorLogId property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxErrorLogIdDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxErrorMessageDataGridViewColumn protected_oe property

the DGV column associated with the ErrorMessage property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxErrorMessageDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxErrorNumberDataGridViewColumn protected_oe property

the DGV column associated with the ErrorNumber property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxErrorNumberDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxErrorProcedureDataGridViewColumn protected_oe property

the DGV column associated with the ErrorProcedure property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxErrorProcedureDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxErrorSeverityDataGridViewColumn protected_oe property

the DGV column associated with the ErrorSeverity property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxErrorSeverityDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxErrorStateDataGridViewColumn protected_oe property

the DGV column associated with the ErrorState property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxErrorStateDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxErrorTimeDataGridViewColumn protected_oe property

the DGV column associated with the ErrorTime property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxErrorTimeDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxUserNameDataGridViewColumn protected_oe property

the DGV column associated with the UserName property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxUserNameDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn