Property | Type | Description | |
---|---|---|---|
Scripts | LuaScriptFileInfo>.SortedDictionary | ||
SubFolders | LuaScriptFolderInfo>.SortedDictionary | ||
parent |
Property | Type | Description | |
---|---|---|---|
AddToDeleteStack | void | ||
OnWatchedChange | void | ||
RefreshIcons | void |
Method | Description | |
---|---|---|
AddIcon ( ) : void | ||
AddSubFolder ( string name ) : |
||
BeenDeleted ( ) : void | ||
BeenRenamed ( string newName ) : void | ||
Delete ( ) : void | ||
DisableAllWatchers ( ) : void | ||
EnableAllWatchers ( ) : void | ||
EnsureExistence ( ) : void | ||
InitFileSystemWatcher ( ) : void | ||
LuaScriptFolderInfo ( |
||
OnFileSystemEvent ( object sender, |
||
ToXml ( |
||
TryCreateScript ( string name ) : bool | ||
TryCreateSubfolder ( string name ) : bool | ||
TryRename ( string newName ) : bool | ||
UpdateChildren ( ) : void | ||
UpdateFromXml ( |
Method | Description | |
---|---|---|
AddToDeleteStack ( Stack | ||
OnWatchedChange ( WatcherChangeTypes change, string name, string oldName ) : void | ||
RefreshIcons ( ) : void |
public AddSubFolder ( string name ) : |
||
name | string | |
return |
public LuaScriptFolderInfo ( |
||
l4a_component | ||
parent | ||
actualDir | ||
return | System |
public OnFileSystemEvent ( object sender, |
||
sender | object | |
e | ||
return | void |
public ToXml ( |
||
output | ||
return | void |
public TryCreateScript ( string name ) : bool | ||
name | string | |
return | bool |
public TryCreateSubfolder ( string name ) : bool | ||
name | string | |
return | bool |
public UpdateFromXml ( |
||
element | ||
return | void |
public SortedDictionary |
||
return | LuaScriptFileInfo>.SortedDictionary |
public SortedDictionary |
||
return | LuaScriptFolderInfo>.SortedDictionary |