C# Class NekoKun.FSBasedScriptListFile

Inheritance: ScriptListFile
ファイルを表示 Open project: NekoProject/NekoKun

Protected Properties

Property Type Description
scriptDir string

Public Methods

Method Description
DeleteFile ( ScriptFile file ) : void
FSBasedScriptListFile ( object>.Dictionary node ) : System
FSBasedScriptListFile ( string filename ) : System
GenerateFileName ( string pageName ) : string
InsertFile ( string pageName, int index ) : ScriptFile

Protected Methods

Method Description
Save ( ) : void

Method Details

DeleteFile() public method

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

FSBasedScriptListFile() public method

public FSBasedScriptListFile ( object>.Dictionary node ) : System
node object>.Dictionary
return System

FSBasedScriptListFile() public method

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

GenerateFileName() public method

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

InsertFile() public method

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

Save() protected method

protected Save ( ) : void
return void

Property Details

scriptDir protected_oe property

protected string scriptDir
return string