C# Class NekoKun.ScriptListFile

Inheritance: AbstractFile
Mostra file Open project: NekoProject/NekoKun Class Usage Examples

Public Properties

Property Type Description
scripts List

Public Methods

Method Description
CreateEditor ( ) : AbstractEditor
DeleteFile ( ScriptFile file ) : void
GenerateFileName ( string pageName ) : string
InsertFile ( string pageName, int index ) : ScriptFile
ScriptListFile ( string filename ) : System
ToString ( ) : string

Protected Methods

Method Description
Save ( ) : void

Method Details

CreateEditor() public method

public CreateEditor ( ) : AbstractEditor
return AbstractEditor

DeleteFile() public abstract method

public abstract DeleteFile ( ScriptFile file ) : void
file ScriptFile
return void

GenerateFileName() public abstract method

public abstract GenerateFileName ( string pageName ) : string
pageName string
return string

InsertFile() public abstract method

public abstract InsertFile ( string pageName, int index ) : ScriptFile
pageName string
index int
return ScriptFile

Save() protected method

protected Save ( ) : void
return void

ScriptListFile() public method

public ScriptListFile ( string filename ) : System
filename string
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

scripts public_oe property

public List scripts
return List