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

Inheritance: System.Windows.Forms.UserControl
显示文件 Open project: netTiers/netTiers

Protected Properties

Property 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

Property Type Description
OnErrorLogBindingSourceCurrentItemChanged void

Public Methods

Method Description
ErrorLogDataGridViewBase ( )

Initializes a new instance of the ErrorLogDataGridViewBase class.

Protected Methods

Method 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

Method Description
OnErrorLogBindingSourceCurrentItemChanged ( object sender, System e ) : void

Method Details

Dispose() protected method

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

ErrorLogDataGridViewBase() public method

Initializes a new instance of the ErrorLogDataGridViewBase class.

OnCurrentEntityChanged() protected method

Raised the CurrentEntityChanged event.
protected OnCurrentEntityChanged ( ) : void
return void

OnErrorLogDataGridViewCellValueNeeded() protected method

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.
return void

OnErrorLogDataGridViewCellValuePushed() protected method

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.
return void

OnErrorLogDataGridViewDataError() protected method

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.
return void

Property Details

uxErrorLineDataGridViewColumn protected_oe property

the DGV column associated with the ErrorLine property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxErrorLineDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxErrorLogBindingSource protected_oe property

the bindingsource
protected System.Windows.Forms.BindingSource uxErrorLogBindingSource
return System.Windows.Forms.BindingSource

uxErrorLogDataGridView protected_oe property

the datagridview instance
protected System.Windows.Forms.DataGridView uxErrorLogDataGridView
return System.Windows.Forms.DataGridView

uxErrorLogErrorProvider protected_oe property

the errorprovider
protected System.Windows.Forms.ErrorProvider uxErrorLogErrorProvider
return System.Windows.Forms.ErrorProvider

uxErrorLogIdDataGridViewColumn protected_oe property

the DGV column associated with the ErrorLogId property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxErrorLogIdDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxErrorMessageDataGridViewColumn protected_oe property

the DGV column associated with the ErrorMessage property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxErrorMessageDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxErrorNumberDataGridViewColumn protected_oe property

the DGV column associated with the ErrorNumber property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxErrorNumberDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxErrorProcedureDataGridViewColumn protected_oe property

the DGV column associated with the ErrorProcedure property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxErrorProcedureDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxErrorSeverityDataGridViewColumn protected_oe property

the DGV column associated with the ErrorSeverity property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxErrorSeverityDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxErrorStateDataGridViewColumn protected_oe property

the DGV column associated with the ErrorState property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxErrorStateDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxErrorTimeDataGridViewColumn protected_oe property

the DGV column associated with the ErrorTime property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxErrorTimeDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxUserNameDataGridViewColumn protected_oe property

the DGV column associated with the UserName property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxUserNameDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn