Interface IProjectLoader
Project loader for loading and writing IProjects.
public interface IProjectLoader
Methods
Load(string)
Loads the content of a file to a IProject.
IProject Load(string filePath)
Parameters
filePath
stringPath to the file.
Returns
- IProject
A project, built from the project file.
Save(string, IProject)
Writes the project to the file path.
void Save(string filePath, IProject project)