Méthode | Description | |
---|---|---|
AddError ( string error ) : void | ||
Clone ( string newPath, |
|
|
Dispose ( ) : void | ||
FillDependencyListItems ( |
||
FillReferencesListItems ( |
||
GetNameForCloning ( ) : string | ||
Load ( ) : void | ||
ShouldCloneDependency ( string dependencyName, |
||
ToString ( ) : string | ||
TrySaveFile ( ) : void | ||
TrySetFlatFileData ( string newData ) : bool | ||
UpdateTreeNode ( |
Méthode | Description | |
---|---|---|
FileData ( string path ) : System | ||
GetDependencies ( ) : FileData>.Dictionary |
||
GetLinkedFileData ( string path ) : FileData | ||
LoadInternal ( ) : void | ||
PostLoad ( ) : void | ||
TryChangeFlatFileData ( string newData, string &newFlatFileData ) : bool |
public Clone ( string newPath, |
||
newPath | string | |
parameters | ||
alreadyCloned | HashSet |
|
execute | bool | whether to actual execute the clone. otherwise, this is just a preview |
Résultat | bool |
protected FileData ( string path ) : System | ||
path | string | |
Résultat | System |
public FillDependencyListItems ( |
||
listView | ||
Résultat | void |
public FillReferencesListItems ( |
||
listView | ||
Résultat | void |
protected GetDependencies ( ) : FileData>.Dictionary |
||
Résultat | FileData>.Dictionary |
protected GetLinkedFileData ( string path ) : FileData | ||
path | string | |
Résultat | FileData |
public ShouldCloneDependency ( string dependencyName, |
||
dependencyName | string | |
parameters | ||
Résultat | bool |
protected TryChangeFlatFileData ( string newData, string &newFlatFileData ) : bool | ||
newData | string | |
newFlatFileData | string | |
Résultat | bool |
public TrySetFlatFileData ( string newData ) : bool | ||
newData | string | |
Résultat | bool |
public UpdateTreeNode ( |
||
node | ||
filter | string | |
Résultat | bool |