C# Class FlatRedBall.Glue.SaveClasses.GlueProjectSaveExtensions

Mostrar archivo Open project: vchelaru/FlatRedBall Class Usage Examples

Public Methods

Method 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

Method 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 method

public static Load ( string fileName ) : GlueProjectSave
fileName string
return GlueProjectSave

Save() public static method

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

Save() public static method

public static Save ( this glueprojectsave, string tag, string fileName ) : void
glueprojectsave this
tag string
fileName string
return void

TestSave() public static method

public static TestSave ( this glueProjectSave, string tag ) : void
glueProjectSave this
tag string
return void