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

Inheritance: System.Windows.Forms.UserControl
Exibir arquivo Open project: netTiers/netTiers

Protected Properties

Property Type Description
uxDatabaseLogBindingSource System.Windows.Forms.BindingSource
uxDatabaseLogDataGridView System.Windows.Forms.DataGridView
uxDatabaseLogErrorProvider System.Windows.Forms.ErrorProvider
uxDatabaseLogIdDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxDatabaseUserDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxPostTimeDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxSafeNameEventDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxSafeNameObjectDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxSchemaDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxTsqlDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxXmlEventDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn

Private Properties

Property Type Description
OnDatabaseLogBindingSourceCurrentItemChanged void

Public Methods

Method Description
DatabaseLogDataGridViewBase ( )

Initializes a new instance of the DatabaseLogDataGridViewBase class.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnCurrentEntityChanged ( ) : void

Raised the CurrentEntityChanged event.

OnDatabaseLogDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxDatabaseLogDataGridView control.

OnDatabaseLogDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxDatabaseLogDataGridView control.

OnDatabaseLogDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxDatabaseLogDataGridView control.

Private Methods

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

Method Details

DatabaseLogDataGridViewBase() public method

Initializes a new instance of the DatabaseLogDataGridViewBase class.

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

OnCurrentEntityChanged() protected method

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

OnDatabaseLogDataGridViewCellValueNeeded() protected method

Handles the CellValueNeeded event of the uxDatabaseLogDataGridView control.
protected OnDatabaseLogDataGridViewCellValueNeeded ( object sender, System e ) : void
sender object The source of the event.
e System The instance containing the event data.
return void

OnDatabaseLogDataGridViewCellValuePushed() protected method

Handles the CellValuePushed event of the uxDatabaseLogDataGridView control.
protected OnDatabaseLogDataGridViewCellValuePushed ( object sender, System e ) : void
sender object The source of the event.
e System The instance containing the event data.
return void

OnDatabaseLogDataGridViewDataError() protected method

Handles the DataError event of the uxDatabaseLogDataGridView control.
protected OnDatabaseLogDataGridViewDataError ( object sender, System e ) : void
sender object The source of the event.
e System The instance containing the event data.
return void

Property Details

uxDatabaseLogBindingSource protected_oe property

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

uxDatabaseLogDataGridView protected_oe property

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

uxDatabaseLogErrorProvider protected_oe property

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

uxDatabaseLogIdDataGridViewColumn protected_oe property

the DGV column associated with the DatabaseLogId property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxDatabaseLogIdDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxDatabaseUserDataGridViewColumn protected_oe property

the DGV column associated with the DatabaseUser property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxDatabaseUserDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxPostTimeDataGridViewColumn protected_oe property

the DGV column associated with the PostTime property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxPostTimeDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxSafeNameEventDataGridViewColumn protected_oe property

the DGV column associated with the SafeNameEvent property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxSafeNameEventDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxSafeNameObjectDataGridViewColumn protected_oe property

the DGV column associated with the SafeNameObject property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxSafeNameObjectDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxSchemaDataGridViewColumn protected_oe property

the DGV column associated with the Schema property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxSchemaDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxTsqlDataGridViewColumn protected_oe property

the DGV column associated with the Tsql property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxTsqlDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxXmlEventDataGridViewColumn protected_oe property

the DGV column associated with the XmlEvent property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxXmlEventDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn