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

Represents WBS Code mask. More...

#include <WBSCodeMask.h>

Inherits System::Object.

Public Member Functions

int32_t get_Level () const
 Gets the mask level. More...
 
uint8_t get_Length () const
 Gets the number of characters of the code string. More...
 
void set_Length (uint8_t value)
 Sets the number of characters of the code string. More...
 
WBSSequence get_Sequence () const
 Gets the type of character of the code string. More...
 
void set_Sequence (WBSSequence value)
 Sets the type of character of the code string. More...
 
System::String get_Separator () const
 Gets the separator of the code string. More...
 
void set_Separator (const System::String &value)
 Sets the separator of the code string. More...
 
 WBSCodeMask ()
 Initializes a new instance of the WBSCodeMask class. More...
 

Detailed Description

Represents WBS Code mask.

Constructor & Destructor Documentation

◆ WBSCodeMask()

Aspose::Tasks::WBSCodeMask::WBSCodeMask ( )

Initializes a new instance of the WBSCodeMask class.

Member Function Documentation

◆ get_Length()

uint8_t Aspose::Tasks::WBSCodeMask::get_Length ( ) const

Gets the number of characters of the code string.

◆ get_Level()

int32_t Aspose::Tasks::WBSCodeMask::get_Level ( ) const

Gets the mask level.

◆ get_Separator()

System::String Aspose::Tasks::WBSCodeMask::get_Separator ( ) const

Gets the separator of the code string.

Default value is Period.

◆ get_Sequence()

WBSSequence Aspose::Tasks::WBSCodeMask::get_Sequence ( ) const

Gets the type of character of the code string.

◆ set_Length()

void Aspose::Tasks::WBSCodeMask::set_Length ( uint8_t  value)

Sets the number of characters of the code string.

◆ set_Separator()

void Aspose::Tasks::WBSCodeMask::set_Separator ( const System::String &  value)

Sets the separator of the code string.

Default value is Period.

◆ set_Sequence()

void Aspose::Tasks::WBSCodeMask::set_Sequence ( WBSSequence  value)

Sets the type of character of the code string.