C# Class FlatRedBall.Glue.SaveClasses.GlueProjectSaveExtensions

Afficher le fichier Open project: vchelaru/FlatRedBall Class Usage Examples

Méthodes publiques

Méthode Description
Load ( string fileName ) : GlueProjectSave
Save ( this glueProjectSave, string tag, string fileName, Exception &lastException ) : bool
Save ( this glueprojectsave, string tag, string fileName ) : void
TestSave ( this glueProjectSave, string tag ) : void

Private Methods

Méthode Description
Clone ( this obj ) : GlueProjectSave
ConvertToPartial ( this glueProjectSave, string tag ) : GlueProjectSave
ConvertToPartialName ( this fileName, string tag ) : string
MarkTags ( this origSave, string tag ) : GlueProjectSave
Merge ( this origSave, GlueProjectSave newSave ) : void
SaveToFile ( this glueProjectSave, string fileName, string tag ) : void

Method Details

Load() public static méthode

public static Load ( string fileName ) : GlueProjectSave
fileName string
Résultat GlueProjectSave

Save() public static méthode

public static Save ( this glueProjectSave, string tag, string fileName, Exception &lastException ) : bool
glueProjectSave this
tag string
fileName string
lastException System.Exception
Résultat bool

Save() public static méthode

public static Save ( this glueprojectsave, string tag, string fileName ) : void
glueprojectsave this
tag string
fileName string
Résultat void

TestSave() public static méthode

public static TestSave ( this glueProjectSave, string tag ) : void
glueProjectSave this
tag string
Résultat void