Class WBSCodeDefinition

Class WBSCodeDefinition

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

Represents a WBS Code Definition.

public class WBSCodeDefinition

Inheritance

objectWBSCodeDefinition

Inherited Members

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

Constructors

WBSCodeDefinition()

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

public WBSCodeDefinition()

Properties

CodeMaskCollection

Gets the collection of WBSCodeMask objects.

public WBSCodeMaskCollection CodeMaskCollection { get; }

Property Value

WBSCodeMaskCollection

CodePrefix

Gets or sets the project code prefix.

public string CodePrefix { get; set; }

Property Value

string

GenerateWBSCode

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

public bool GenerateWBSCode { get; set; }

Property Value

bool

VerifyUniqueness

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

public bool VerifyUniqueness { get; set; }

Property Value

bool