8 #include "aspose.tasks.cpp/Saving/SimpleSaveOptions.h"
9 #include "aspose.tasks.cpp/aspose_tasks_api_defs.h"
33 typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
34 ASPOSE_TASKS_SHARED_RTTI_INFO_DECL();
54 ASPOSE_TASKS_SHARED_API System::SharedPtr<IWriter> GetWriter()
override;
Allows to specify additional options when saving project to Primavera xml format.
Definition: PrimaveraXmlSaveOptions.h:29
bool get_SaveRootTask() const
Gets a value indicating whether to save a root task or not.
PrimaveraXmlSaveOptions()
Initializes a new instance of the PrimaveraXmlSaveOptions class.
void set_SaveRootTask(bool value)
Sets a value indicating whether to save a root task or not.
This is an abstract base class that allow the user to specify basic options when saving a project int...
Definition: SimpleSaveOptions.h:52