AddProject | Adds a project code and name as specified in the
Project data structure. |
 DeleteProject | Deletes project code and name specified in ProjectParams. |
 GetDataInterface | Creates empty data structure. This means the structure contains the default setting/values of the database. |
 GetDataInterfaceFromXMLFile | Creates data structure from specified XML file. |
 GetDataInterfaceFromXMLString | Creates data structure from specified XML string. |
 GetProject | Returns an instance of the Project data structure. |
 GetProjectList | Returns a collection of instances for the Project data structure. |
 UpdateProject | Replaces project code and name with the specified Project data structure. |
Â