Свойство | Type | Description | |
---|---|---|---|
scriptList | db_script>.SortedList | ||
script_texts | List |
||
scriptsAvailable | List |
Méthode | Description | |
---|---|---|
AddScript ( |
||
DelScript ( uint id ) : void | ||
GetDbScript ( uint id ) : |
||
PrintALLScriptsToFile ( string file, string table ) : bool | ||
PrintScriptToFile ( uint id, string file, string table ) : bool | ||
PrintScriptToWindow ( uint id, string table ) : string |
public static AddScript ( |
||
script | ||
Résultat | bool |
public static GetDbScript ( uint id ) : |
||
id | uint | |
Résultat |
public static PrintALLScriptsToFile ( string file, string table ) : bool | ||
file | string | |
table | string | |
Résultat | bool |
public static PrintScriptToFile ( uint id, string file, string table ) : bool | ||
id | uint | |
file | string | |
table | string | |
Résultat | bool |
public static PrintScriptToWindow ( uint id, string table ) : string | ||
id | uint | |
table | string | |
Résultat | string |
public static SortedList |
||
Résultat | db_script>.SortedList |