Свойство | Тип | Описание | |
---|---|---|---|
scripts | List |
Метод | Описание | |
---|---|---|
CreateEditor ( ) : |
||
DeleteFile ( ScriptFile file ) : void | ||
GenerateFileName ( string pageName ) : string | ||
InsertFile ( string pageName, int index ) : ScriptFile | ||
ScriptListFile ( string filename ) : System | ||
ToString ( ) : string |
Метод | Описание | |
---|---|---|
Save ( ) : void |
public abstract DeleteFile ( ScriptFile file ) : void | ||
file | ScriptFile | |
Результат | void |
public abstract GenerateFileName ( string pageName ) : string | ||
pageName | string | |
Результат | string |
public abstract InsertFile ( string pageName, int index ) : ScriptFile | ||
pageName | string | |
index | int | |
Результат | ScriptFile |
public ScriptListFile ( string filename ) : System | ||
filename | string | |
Результат | System |