Aspose.Tasks for C++
|
Allows to specify additional options when saving a project as a template. More...
#include <SaveTemplateOptions.h>
Inherits System::Object.
Public Member Functions | |
bool | get_RemoveActualValues () const |
Gets a value indicating whether all actual values from a project template should be removed. More... | |
void | set_RemoveActualValues (bool value) |
Sets a value indicating whether all actual values from a project template should be removed. More... | |
bool | get_RemoveBaselineValues () const |
Gets a value indicating whether all baseline values from a project template should be removed. More... | |
void | set_RemoveBaselineValues (bool value) |
Sets a value indicating whether all baseline values from a project template should be removed. More... | |
bool | get_RemoveFixedCosts () const |
Gets a value indicating whether all fixed costs from a project template should be removed. More... | |
void | set_RemoveFixedCosts (bool value) |
Sets a value indicating whether all fixed costs from a project template should be removed. More... | |
bool | get_RemoveResourceRates () const |
Gets a value indicating whether resource rates from a project template should be removed. More... | |
void | set_RemoveResourceRates (bool value) |
Sets a value indicating whether resource rates from a project template should be removed. More... | |
Allows to specify additional options when saving a project as a template.
bool Aspose::Tasks::Saving::SaveTemplateOptions::get_RemoveActualValues | ( | ) | const |
Gets a value indicating whether all actual values from a project template should be removed.
bool Aspose::Tasks::Saving::SaveTemplateOptions::get_RemoveBaselineValues | ( | ) | const |
Gets a value indicating whether all baseline values from a project template should be removed.
bool Aspose::Tasks::Saving::SaveTemplateOptions::get_RemoveFixedCosts | ( | ) | const |
Gets a value indicating whether all fixed costs from a project template should be removed.
bool Aspose::Tasks::Saving::SaveTemplateOptions::get_RemoveResourceRates | ( | ) | const |
Gets a value indicating whether resource rates from a project template should be removed.
void Aspose::Tasks::Saving::SaveTemplateOptions::set_RemoveActualValues | ( | bool | value | ) |
Sets a value indicating whether all actual values from a project template should be removed.
void Aspose::Tasks::Saving::SaveTemplateOptions::set_RemoveBaselineValues | ( | bool | value | ) |
Sets a value indicating whether all baseline values from a project template should be removed.
void Aspose::Tasks::Saving::SaveTemplateOptions::set_RemoveFixedCosts | ( | bool | value | ) |
Sets a value indicating whether all fixed costs from a project template should be removed.
void Aspose::Tasks::Saving::SaveTemplateOptions::set_RemoveResourceRates | ( | bool | value | ) |
Sets a value indicating whether resource rates from a project template should be removed.