Свойство | Тип | Описание | |
---|---|---|---|
StockpileFilters | HashSet |
Метод | Описание | |
---|---|---|
AddErrorFile ( FileData fileWithError ) : void | ||
ContainsStockpileMaterial ( string tokens ) : bool | ||
Dispose ( ) : void | ||
ExecuteClone ( FileData file, |
||
ExecuteClone ( |
||
FilterAliasTree ( |
||
FilterJsonByTerm ( |
||
GetAllModuleNames ( ) : string[] | ||
GetAllModules ( ) : ICollection |
||
GetAverageMaterialCost ( string material ) : int | ||
GetErrorFiles ( ) : HashSet |
||
GetInstance ( ) : |
||
GetJsonsOfType ( |
||
GetMod ( string modName ) : |
||
GetModuleFile ( string fullAlias ) : |
||
GetSelectedFileData ( |
||
GetSelectedFileData ( string selected ) : FileData | ||
HasLocalizationKey ( string key ) : bool | ||
IsModuleFileSelected ( |
||
Load ( ) : void | ||
LocalizeString ( string key ) : string | ||
ModuleDataManager ( string modsDirectoryPath ) : System | ||
PopulateTreeView ( |
||
PreviewCloneDependencies ( FileData file, |
||
PreviewCloneDependencies ( |
||
SaveModifiedFiles ( ) : void | ||
TryGetModuleFile ( string path, string parentDirectory, |
Attempts to resolve a reference.
|
Метод | Описание | |
---|---|---|
AddTreeNodesByAlias ( List |
||
AddTreeNodesByFolder ( List |
||
AppendTreeNodes ( |
public AddErrorFile ( FileData fileWithError ) : void | ||
fileWithError | FileData | |
Результат | void |
public ContainsStockpileMaterial ( string tokens ) : bool | ||
tokens | string | |
Результат | bool |
public ExecuteClone ( FileData file, |
||
file | FileData | |
parameters | ||
unwantedItems | HashSet |
|
Результат | bool |
public ExecuteClone ( |
||
module | ||
parameters | ||
unwantedItems | HashSet |
|
Результат | bool |
public FilterAliasTree ( |
||
treeView | ||
searchTerm | string | |
Результат | void |
public FilterJsonByTerm ( |
||
listView | ||
filterTerm | string | |
Результат | Object[] |
public GetAverageMaterialCost ( string material ) : int | ||
material | string | |
Результат | int |
public static GetInstance ( ) : |
||
Результат |
public GetJsonsOfType ( |
||
listView | ||
jsonType | JSONTYPE | |
Результат | object[] |
public GetModuleFile ( string fullAlias ) : |
||
fullAlias | string | |
Результат |
public GetSelectedFileData ( |
||
selected | ||
Результат | FileData |
public GetSelectedFileData ( string selected ) : FileData | ||
selected | string | |
Результат | FileData |
public HasLocalizationKey ( string key ) : bool | ||
key | string | |
Результат | bool |
public IsModuleFileSelected ( |
||
selected | ||
Результат | bool |
public LocalizeString ( string key ) : string | ||
key | string | |
Результат | string |
public ModuleDataManager ( string modsDirectoryPath ) : System | ||
modsDirectoryPath | string | |
Результат | System |
public PopulateTreeView ( |
||
treeView | ||
alias | string | |
folder | string | |
Результат | void |
public PreviewCloneDependencies ( FileData file, |
||
file | FileData | |
cloneParameters | ||
Результат | HashSet |
public PreviewCloneDependencies ( |
||
module | ||
cloneParameters | ||
Результат | HashSet |
public TryGetModuleFile ( string path, string parentDirectory, |
||
path | string | Reference that was given |
parentDirectory | string | Parent directory, required to resolve relative paths. |
moduleFile | The file that was found. | |
Результат | bool |