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

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

Protected Properties

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

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

Méthodes publiques

Méthode Description
DatabaseLogDataGridViewBase ( )

Initializes a new instance of the DatabaseLogDataGridViewBase 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.

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

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

Method Details

DatabaseLogDataGridViewBase() public méthode

Initializes a new instance of the DatabaseLogDataGridViewBase class.

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

OnCurrentEntityChanged() protected méthode

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

OnDatabaseLogDataGridViewCellValueNeeded() protected méthode

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

OnDatabaseLogDataGridViewCellValuePushed() protected méthode

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

OnDatabaseLogDataGridViewDataError() protected méthode

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

Property Details

uxDatabaseLogBindingSource protected_oe property

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

uxDatabaseLogDataGridView protected_oe property

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

uxDatabaseLogErrorProvider protected_oe property

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

uxDatabaseLogIdDataGridViewColumn protected_oe property

the DGV column associated with the DatabaseLogId property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxDatabaseLogIdDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxDatabaseUserDataGridViewColumn protected_oe property

the DGV column associated with the DatabaseUser property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxDatabaseUserDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxPostTimeDataGridViewColumn protected_oe property

the DGV column associated with the PostTime property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxPostTimeDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxSafeNameEventDataGridViewColumn protected_oe property

the DGV column associated with the SafeNameEvent property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxSafeNameEventDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxSafeNameObjectDataGridViewColumn protected_oe property

the DGV column associated with the SafeNameObject property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxSafeNameObjectDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxSchemaDataGridViewColumn protected_oe property

the DGV column associated with the Schema property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxSchemaDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxTsqlDataGridViewColumn protected_oe property

the DGV column associated with the Tsql property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxTsqlDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxXmlEventDataGridViewColumn protected_oe property

the DGV column associated with the XmlEvent property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxXmlEventDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn