Class WBSCodeMask

Class WBSCodeMask

Namespace: Aspose.Tasks
Assembly: Aspose.Tasks.dll (25.2.0)

Represents WBS Code mask.

public class WBSCodeMask

Inheritance

objectWBSCodeMask

Inherited Members

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

WBSCodeMask()

Initializes a new instance of the Aspose.Tasks.WBSCodeMask class.

public WBSCodeMask()

Properties

Length

Gets or sets the number of characters of the code string.

public byte Length { get; set; }

Property Value

byte

Level

Gets the mask level.

public int Level { get; }

Property Value

int

Separator

Gets or sets the separator of the code string. Default value is Period.

public string Separator { get; set; }

Property Value

string

Sequence

Gets or sets the type of character of the code string.

public WBSSequence Sequence { get; set; }

Property Value

WBSSequence