Aspose.Tasks for C++
Aspose::Tasks::Saving::SaveTemplateOptions Class Reference

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...
 

Detailed Description

Allows to specify additional options when saving a project as a template.

Member Function Documentation

◆ get_RemoveActualValues()

bool Aspose::Tasks::Saving::SaveTemplateOptions::get_RemoveActualValues ( ) const

Gets a value indicating whether all actual values from a project template should be removed.

◆ get_RemoveBaselineValues()

bool Aspose::Tasks::Saving::SaveTemplateOptions::get_RemoveBaselineValues ( ) const

Gets a value indicating whether all baseline values from a project template should be removed.

◆ get_RemoveFixedCosts()

bool Aspose::Tasks::Saving::SaveTemplateOptions::get_RemoveFixedCosts ( ) const

Gets a value indicating whether all fixed costs from a project template should be removed.

◆ get_RemoveResourceRates()

bool Aspose::Tasks::Saving::SaveTemplateOptions::get_RemoveResourceRates ( ) const

Gets a value indicating whether resource rates from a project template should be removed.

◆ set_RemoveActualValues()

void Aspose::Tasks::Saving::SaveTemplateOptions::set_RemoveActualValues ( bool  value)

Sets a value indicating whether all actual values from a project template should be removed.

◆ set_RemoveBaselineValues()

void Aspose::Tasks::Saving::SaveTemplateOptions::set_RemoveBaselineValues ( bool  value)

Sets a value indicating whether all baseline values from a project template should be removed.

◆ set_RemoveFixedCosts()

void Aspose::Tasks::Saving::SaveTemplateOptions::set_RemoveFixedCosts ( bool  value)

Sets a value indicating whether all fixed costs from a project template should be removed.

◆ set_RemoveResourceRates()

void Aspose::Tasks::Saving::SaveTemplateOptions::set_RemoveResourceRates ( bool  value)

Sets a value indicating whether resource rates from a project template should be removed.