Aspose.Tasks for C++
Aspose::Tasks::WBSCodeDefinition Class Reference

Represents a WBS Code Definition. More...

#include <WBSCodeDefinition.h>

Inherits System::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...
 

Detailed Description

Represents a WBS Code Definition.

Constructor & Destructor Documentation

◆ WBSCodeDefinition()

Aspose::Tasks::WBSCodeDefinition::WBSCodeDefinition ( )

Initializes a new instance of the WBSCodeDefinition class.

Member Function Documentation

◆ get_CodeMaskCollection()

const System::SharedPtr<WBSCodeMaskCollection>& Aspose::Tasks::WBSCodeDefinition::get_CodeMaskCollection ( ) const

Gets the collection of WBSCodeMask objects.

◆ get_CodePrefix()

System::String Aspose::Tasks::WBSCodeDefinition::get_CodePrefix ( ) const

Gets the project code prefix.

◆ get_GenerateWBSCode()

bool Aspose::Tasks::WBSCodeDefinition::get_GenerateWBSCode ( ) const

Gets a value indicating whether to generate WBS code for new task.

◆ get_VerifyUniqueness()

bool Aspose::Tasks::WBSCodeDefinition::get_VerifyUniqueness ( ) const

Gets a value indicating whether to verify uniqueness of new WBS codes.

◆ set_CodePrefix()

void Aspose::Tasks::WBSCodeDefinition::set_CodePrefix ( const System::String &  value)

Sets the project code prefix.

◆ set_GenerateWBSCode()

void Aspose::Tasks::WBSCodeDefinition::set_GenerateWBSCode ( bool  value)

Sets a value indicating whether to generate WBS code for new task.

◆ set_VerifyUniqueness()

void Aspose::Tasks::WBSCodeDefinition::set_VerifyUniqueness ( bool  value)

Sets a value indicating whether to verify uniqueness of new WBS codes.