프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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 |
프로퍼티 | 타입 | 설명 | |
---|---|---|---|
OnErrorLogBindingSourceCurrentItemChanged | void |
메소드 | 설명 | |
---|---|---|
ErrorLogDataGridViewBase ( ) |
Initializes a new instance of the ErrorLogDataGridViewBase class.
|
메소드 | 설명 | |
---|---|---|
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.
|
메소드 | 설명 | |
---|---|---|
OnErrorLogBindingSourceCurrentItemChanged ( object sender, System e ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
리턴 | void |
protected OnErrorLogDataGridViewCellValueNeeded ( object sender, System e ) : void | ||
sender | object | The source of the event. |
e | System | The |
리턴 | void |
protected OnErrorLogDataGridViewCellValuePushed ( object sender, System e ) : void | ||
sender | object | The source of the event. |
e | System | The |
리턴 | void |
protected OnErrorLogDataGridViewDataError ( object sender, System e ) : void | ||
sender | object | The source of the event. |
e | System | The |
리턴 | void |
protected System.Windows.Forms.DataGridViewTextBoxColumn uxErrorLineDataGridViewColumn | ||
리턴 | System.Windows.Forms.DataGridViewTextBoxColumn |
protected System.Windows.Forms.BindingSource uxErrorLogBindingSource | ||
리턴 | System.Windows.Forms.BindingSource |
protected System.Windows.Forms.DataGridView uxErrorLogDataGridView | ||
리턴 | System.Windows.Forms.DataGridView |
protected System.Windows.Forms.ErrorProvider uxErrorLogErrorProvider | ||
리턴 | System.Windows.Forms.ErrorProvider |
protected System.Windows.Forms.DataGridViewTextBoxColumn uxErrorLogIdDataGridViewColumn | ||
리턴 | System.Windows.Forms.DataGridViewTextBoxColumn |
protected System.Windows.Forms.DataGridViewTextBoxColumn uxErrorMessageDataGridViewColumn | ||
리턴 | System.Windows.Forms.DataGridViewTextBoxColumn |
protected System.Windows.Forms.DataGridViewTextBoxColumn uxErrorNumberDataGridViewColumn | ||
리턴 | System.Windows.Forms.DataGridViewTextBoxColumn |
protected System.Windows.Forms.DataGridViewTextBoxColumn uxErrorProcedureDataGridViewColumn | ||
리턴 | System.Windows.Forms.DataGridViewTextBoxColumn |
protected System.Windows.Forms.DataGridViewTextBoxColumn uxErrorSeverityDataGridViewColumn | ||
리턴 | System.Windows.Forms.DataGridViewTextBoxColumn |
protected System.Windows.Forms.DataGridViewTextBoxColumn uxErrorStateDataGridViewColumn | ||
리턴 | System.Windows.Forms.DataGridViewTextBoxColumn |
protected System.Windows.Forms.DataGridViewTextBoxColumn uxErrorTimeDataGridViewColumn | ||
리턴 | System.Windows.Forms.DataGridViewTextBoxColumn |