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 |
Property | Type | Description | |
---|---|---|---|
OnDatabaseLogBindingSourceCurrentItemChanged | void |
Method | Description | |
---|---|---|
DatabaseLogDataGridViewBase ( ) |
Initializes a new instance of the DatabaseLogDataGridViewBase class.
|
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.
|
Method | Description | |
---|---|---|
OnDatabaseLogBindingSourceCurrentItemChanged ( object sender, System e ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
protected OnDatabaseLogDataGridViewCellValueNeeded ( object sender, System e ) : void | ||
sender | object | The source of the event. |
e | System | The |
return | void |
protected OnDatabaseLogDataGridViewCellValuePushed ( object sender, System e ) : void | ||
sender | object | The source of the event. |
e | System | The |
return | void |
protected OnDatabaseLogDataGridViewDataError ( object sender, System e ) : void | ||
sender | object | The source of the event. |
e | System | The |
return | void |
protected System.Windows.Forms.BindingSource uxDatabaseLogBindingSource | ||
return | System.Windows.Forms.BindingSource |
protected System.Windows.Forms.DataGridView uxDatabaseLogDataGridView | ||
return | System.Windows.Forms.DataGridView |
protected System.Windows.Forms.ErrorProvider uxDatabaseLogErrorProvider | ||
return | System.Windows.Forms.ErrorProvider |
protected System.Windows.Forms.DataGridViewTextBoxColumn uxDatabaseLogIdDataGridViewColumn | ||
return | System.Windows.Forms.DataGridViewTextBoxColumn |
protected System.Windows.Forms.DataGridViewTextBoxColumn uxDatabaseUserDataGridViewColumn | ||
return | System.Windows.Forms.DataGridViewTextBoxColumn |
protected System.Windows.Forms.DataGridViewTextBoxColumn uxPostTimeDataGridViewColumn | ||
return | System.Windows.Forms.DataGridViewTextBoxColumn |
protected System.Windows.Forms.DataGridViewTextBoxColumn uxSafeNameEventDataGridViewColumn | ||
return | System.Windows.Forms.DataGridViewTextBoxColumn |
protected System.Windows.Forms.DataGridViewTextBoxColumn uxSafeNameObjectDataGridViewColumn | ||
return | System.Windows.Forms.DataGridViewTextBoxColumn |
protected System.Windows.Forms.DataGridViewTextBoxColumn uxSchemaDataGridViewColumn | ||
return | System.Windows.Forms.DataGridViewTextBoxColumn |
protected System.Windows.Forms.DataGridViewTextBoxColumn uxTsqlDataGridViewColumn | ||
return | System.Windows.Forms.DataGridViewTextBoxColumn |