Свойство | Тип | Описание | |
---|---|---|---|
scriptList | db_script>.SortedList | ||
script_texts | List |
||
scriptsAvailable | List |
Метод | Описание | |
---|---|---|
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 | ||
Результат | bool |
public static DelScript ( uint id ) : void | ||
id | uint | |
Результат | void |
public static GetDbScript ( uint id ) : |
||
id | uint | |
Результат |
public static PrintALLScriptsToFile ( string file, string table ) : bool | ||
file | string | |
table | string | |
Результат | bool |
public static PrintScriptToFile ( uint id, string file, string table ) : bool | ||
id | uint | |
file | string | |
table | string | |
Результат | bool |
public static PrintScriptToWindow ( uint id, string table ) : string | ||
id | uint | |
table | string | |
Результат | string |
public static SortedList |
||
Результат | db_script>.SortedList |