Aspose.Tasks for C++
|
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... | |
Represents WBS Code mask.
Aspose::Tasks::WBSCodeMask::WBSCodeMask | ( | ) |
Initializes a new instance of the WBSCodeMask class.
uint8_t Aspose::Tasks::WBSCodeMask::get_Length | ( | ) | const |
Gets the number of characters of the code string.
int32_t Aspose::Tasks::WBSCodeMask::get_Level | ( | ) | const |
Gets the mask level.
System::String Aspose::Tasks::WBSCodeMask::get_Separator | ( | ) | const |
Gets the separator of the code string.
Default value is Period.
WBSSequence Aspose::Tasks::WBSCodeMask::get_Sequence | ( | ) | const |
Gets the type of character of the code string.
void Aspose::Tasks::WBSCodeMask::set_Length | ( | uint8_t | value | ) |
Sets the number of characters of the code string.
void Aspose::Tasks::WBSCodeMask::set_Separator | ( | const System::String & | value | ) |
Sets the separator of the code string.
Default value is Period.
void Aspose::Tasks::WBSCodeMask::set_Sequence | ( | WBSSequence | value | ) |
Sets the type of character of the code string.