Class WBSMasks
Represents WBS Masks
Inheritance
System.Object
WBSMasks
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.ProjIO
Assembly: Syncfusion.ProjIO.Base.dll
Syntax
public class WBSMasks
Constructors
WBSMasks()
Default Constructor
Declaration
public WBSMasks()
Properties
GenerateCodes
Checks whether WBS codes are generated for new tasks
Declaration
public bool GenerateCodes { get; set; }
Property Value
Type |
---|
System.Boolean |
GenerateCodesString
Gets or sets the value indicating whether WBS codes are generated for new tasks.
Declaration
public string GenerateCodesString { get; set; }
Property Value
Type | Description |
---|---|
System.String | The string that specifies whether WBS codes are generated for new tasks. |
Prefix
Gets or sets the prefix for all WBS codes
Declaration
public string Prefix { get; set; }
Property Value
Type |
---|
System.String |
VerifyUniqueCodes
Checks whether WBS codes are unique for new tasks
Declaration
public bool VerifyUniqueCodes { get; set; }
Property Value
Type |
---|
System.Boolean |
VerifyUniqueCodesString
Gets or sets the value indicating whether WBS codes are unique for new tasks.
Declaration
public string VerifyUniqueCodesString { get; set; }
Property Value
Type | Description |
---|---|
System.String | The string that specifies whether WBS codes are unique for new tasks. |
WBSMask
Gets or sets the WBS Mask that is applied to all tasks in the Project
Declaration
public List<WBSMask> WBSMask { get; set; }
Property Value
Type |
---|
System.Collections.Generic.List<WBSMask> |