Method | Description | |
---|---|---|
GetTableName ( System.Windows.Forms.DataGridView view ) : string | ||
MD5 ( string str ) : string | ||
RemoveGridRow ( System.Windows.Forms.DataGridView view, System.Windows.Forms.DataGridViewRowCancelEventArgs e ) : bool | ||
TrimAllGridCells ( System.Windows.Forms.DataGridView view ) : void | ||
TrimGridCell ( System.Windows.Forms.DataGridView view, int row, int col ) : void | ||
UpdateGridCell ( System.Windows.Forms.DataGridView view, int row, int col ) : void | ||
UpdateGridCellForBook ( System.Windows.Forms.DataGridView view, string tableName, int row, int col ) : void | ||
ValidateFloatInput ( string input, string desc ) : bool | ||
ValidateIntegerInput ( string input, string desc ) : bool | ||
ValidateStringInput ( string input, string desc, int maxlen ) : bool |
public static GetTableName ( System.Windows.Forms.DataGridView view ) : string | ||
view | System.Windows.Forms.DataGridView | |
return | string |
public static RemoveGridRow ( System.Windows.Forms.DataGridView view, System.Windows.Forms.DataGridViewRowCancelEventArgs e ) : bool | ||
view | System.Windows.Forms.DataGridView | |
e | System.Windows.Forms.DataGridViewRowCancelEventArgs | |
return | bool |
public static TrimAllGridCells ( System.Windows.Forms.DataGridView view ) : void | ||
view | System.Windows.Forms.DataGridView | |
return | void |
public static TrimGridCell ( System.Windows.Forms.DataGridView view, int row, int col ) : void | ||
view | System.Windows.Forms.DataGridView | |
row | int | |
col | int | |
return | void |
public static UpdateGridCell ( System.Windows.Forms.DataGridView view, int row, int col ) : void | ||
view | System.Windows.Forms.DataGridView | |
row | int | |
col | int | |
return | void |
public static UpdateGridCellForBook ( System.Windows.Forms.DataGridView view, string tableName, int row, int col ) : void | ||
view | System.Windows.Forms.DataGridView | |
tableName | string | |
row | int | |
col | int | |
return | void |
public static ValidateFloatInput ( string input, string desc ) : bool | ||
input | string | |
desc | string | |
return | bool |
public static ValidateIntegerInput ( string input, string desc ) : bool | ||
input | string | |
desc | string | |
return | bool |
public static ValidateStringInput ( string input, string desc, int maxlen ) : bool | ||
input | string | |
desc | string | |
maxlen | int | |
return | bool |