8 #include <system/timespan.h>
9 #include <system/string.h>
10 #include <system/guid.h>
12 #include "aspose.tasks.cpp/aspose_tasks_api_defs.h"
18 class ProjectServerManager;
32 typedef System::Object BaseType;
34 typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
35 ASPOSE_TASKS_SHARED_RTTI_INFO_DECL();
45 ASPOSE_TASKS_SHARED_API System::String get_ProjectName()
const;
50 ASPOSE_TASKS_SHARED_API
void set_ProjectName(
const System::String& value);
54 ASPOSE_TASKS_SHARED_API System::Guid get_ProjectGuid()
const;
58 ASPOSE_TASKS_SHARED_API
void set_ProjectGuid(System::Guid value);
65 ASPOSE_TASKS_SHARED_API System::TimeSpan get_Timeout()
const;
72 ASPOSE_TASKS_SHARED_API
void set_Timeout(System::TimeSpan value);
76 ASPOSE_TASKS_SHARED_API System::TimeSpan get_PollingInterval()
const;
80 ASPOSE_TASKS_SHARED_API
void set_PollingInterval(System::TimeSpan value);
89 ASPOSE_TASKS_SHARED_API System::String get_DebuggerDisplay();
91 #ifdef ASPOSE_GET_SHARED_MEMBERS
92 ASPOSE_TASKS_SHARED_API
void GetSharedMembers(System::Object::shared_members_type& result)
const override;
98 System::String pr_ProjectName;
99 System::Guid pr_ProjectGuid;
100 System::TimeSpan pr_Timeout;
101 System::TimeSpan pr_PollingInterval;
Allows to specify additional options when project is saved to Project Server or Project Online...
Definition: ProjectServerSaveOptions.h:29
The class which provides the methods to read and to perform operations on projects in the specified P...
Definition: ProjectServerManager.h:56