Class WBSCodeMask
Class WBSCodeMask
Namespace: Aspose.Tasks
Assembly: Aspose.Tasks.dll (25.4.0)
Represents WBS Code mask.
public class WBSCodeMask
Inheritance
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
Level
Gets the mask level.
public int Level { get; }
Property Value
Separator
Gets or sets the separator of the code string.
public string Separator { get; set; }
Property Value
Sequence
Gets or sets the type of character of the code string.
public WBSSequence Sequence { get; set; }