C# 클래스 NekoKun.VirtualScriptListFile

상속: ScriptListFile
파일 보기 프로젝트 열기: NekoProject/NekoKun

공개 메소드들

메소드 설명
DeleteFile ( ScriptFile file ) : void
GenerateFileName ( string pageName ) : string
InsertFile ( string pageName, int index ) : ScriptFile
VirtualScriptListFile ( ) : System
VirtualScriptListFile ( object>.Dictionary node ) : System

보호된 메소드들

메소드 설명
Save ( ) : void

메소드 상세

DeleteFile() 공개 메소드

public DeleteFile ( ScriptFile file ) : void
file ScriptFile
리턴 void

GenerateFileName() 공개 메소드

public GenerateFileName ( string pageName ) : string
pageName string
리턴 string

InsertFile() 공개 메소드

public InsertFile ( string pageName, int index ) : ScriptFile
pageName string
index int
리턴 ScriptFile

Save() 보호된 메소드

protected Save ( ) : void
리턴 void

VirtualScriptListFile() 공개 메소드

public VirtualScriptListFile ( ) : System
리턴 System

VirtualScriptListFile() 공개 메소드

public VirtualScriptListFile ( object>.Dictionary node ) : System
node object>.Dictionary
리턴 System