Méthode | Description | |
---|---|---|
Load ( string fileName ) : |
||
Save ( this glueProjectSave, string tag, string fileName, |
||
Save ( this glueprojectsave, string tag, string fileName ) : void | ||
TestSave ( this glueProjectSave, string tag ) : void |
Méthode | Description | |
---|---|---|
Clone ( this obj ) : |
||
ConvertToPartial ( this glueProjectSave, string tag ) : |
||
ConvertToPartialName ( this fileName, string tag ) : string | ||
MarkTags ( this origSave, string tag ) : |
||
Merge ( this origSave, |
||
SaveToFile ( this glueProjectSave, string fileName, string tag ) : void |
public static Load ( string fileName ) : |
||
fileName | string | |
Résultat |
public static Save ( this glueProjectSave, string tag, string fileName, |
||
glueProjectSave | this | |
tag | string | |
fileName | string | |
lastException | ||
Résultat | bool |
public static Save ( this glueprojectsave, string tag, string fileName ) : void | ||
glueprojectsave | this | |
tag | string | |
fileName | string | |
Résultat | void |
public static TestSave ( this glueProjectSave, string tag ) : void | ||
glueProjectSave | this | |
tag | string | |
Résultat | void |