|
Aspose.Tasks for C++
|
Represents a WBS Code Definition. More...
#include <WBSCodeDefinition.h>
Inherits Object.
Public Member Functions | |
| System::String | get_CodePrefix () const |
| Gets the project code prefix. More... | |
| void | set_CodePrefix (const System::String &value) |
| Sets the project code prefix. More... | |
| bool | get_GenerateWBSCode () const |
| Gets a value indicating whether to generate WBS code for new task. More... | |
| void | set_GenerateWBSCode (bool value) |
| Sets a value indicating whether to generate WBS code for new task. More... | |
| bool | get_VerifyUniqueness () const |
| Gets a value indicating whether to verify uniqueness of new WBS codes. More... | |
| void | set_VerifyUniqueness (bool value) |
| Sets a value indicating whether to verify uniqueness of new WBS codes. More... | |
| const System::SharedPtr< WBSCodeMaskCollection > & | get_CodeMaskCollection () const |
| Gets the collection of WBSCodeMask objects. More... | |
| WBSCodeDefinition () | |
| Initializes a new instance of the WBSCodeDefinition class. More... | |
Represents a WBS Code Definition.
| Aspose::Tasks::WBSCodeDefinition::WBSCodeDefinition | ( | ) |
Initializes a new instance of the WBSCodeDefinition class.
| const System::SharedPtr<WBSCodeMaskCollection>& Aspose::Tasks::WBSCodeDefinition::get_CodeMaskCollection | ( | ) | const |
Gets the collection of WBSCodeMask objects.
| System::String Aspose::Tasks::WBSCodeDefinition::get_CodePrefix | ( | ) | const |
Gets the project code prefix.
| bool Aspose::Tasks::WBSCodeDefinition::get_GenerateWBSCode | ( | ) | const |
Gets a value indicating whether to generate WBS code for new task.
| bool Aspose::Tasks::WBSCodeDefinition::get_VerifyUniqueness | ( | ) | const |
Gets a value indicating whether to verify uniqueness of new WBS codes.
| void Aspose::Tasks::WBSCodeDefinition::set_CodePrefix | ( | const System::String & | value | ) |
Sets the project code prefix.
| void Aspose::Tasks::WBSCodeDefinition::set_GenerateWBSCode | ( | bool | value | ) |
Sets a value indicating whether to generate WBS code for new task.
| void Aspose::Tasks::WBSCodeDefinition::set_VerifyUniqueness | ( | bool | value | ) |
Sets a value indicating whether to verify uniqueness of new WBS codes.