PublicAPI.Projects.Types.ProjectWork.CreateELMA API Documentation
Create New Entity (without a Database entry)
Access path: PublicAPI.Projects.Types.ProjectWork.Create
Overload List

  NameDescription
Public methodCreate 
Create New Entity (without a Database entry)
Public methodCreate(ProjectMetadataHead)Obsolete.
Create a new project by its type settings. Entity is not saved to the database! Only general information is copied from the template: project name, start date, end date, manager.
Public methodCreate(String, User, DateTime, DateTime)
Creates a project of a particular type. Object is saved to the database.
Public methodCreate(String, User, DateTime, DateTime, Folder)
Creates a project of a particular type. The object is saved to database
Back to Top
See Also