SOProject Methods |
The SOProject type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | CancelChanges | Undo any changes made since the object was loaded.
If you made changes to the model that you don't want to be saved to the database, call the CancelChanges method (Inherited from IProject.) |
![]() ![]() | ChangeIdentity | Loads a different record into the object. Causes changes to the existing object to be saved first.
Saves the changes made to the project model to the database. The last thing you do to an object if you want the changes you made to be saved. The ChangeIdentity method calls the save method first. (Inherited from IProject.) |
![]() | Clone | Clone this project (Inherited from IProject.) |
![]() ![]() | Delete | Delete the object from the database. May throw an error if you are not allowed to delete the object.
Deletes the specified project model from the database (Inherited from IProject.) |
![]() | GetActivityList | (Inherited from IProject.) |
![]() | MergeTo | Merge this project into the passed project, together with projectmembers and appointments registered on this project. (Inherited from IProject.) |
![]() ![]() | Save | Persist the object to the database. May throw an error if you are not allowed to save changes to the object.
Saves the changes you made to the project model to the database, does not return the new data from the database (Inherited from IProject.) |
![]() ![]() | SetDefaults | Populate the object with default values, such as setting the owner to the current user.
Uses the UserPreferences table to set the predefined default settings for a project. The SetDefaults method is only available for current objects in this version of SuperOfficeDB Type Library (Inherited from IProject.) |