WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class WBSMasks - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class WBSMasks

    Represents WBS Masks

    Inheritance
    System.Object
    WBSMasks
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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 Description
    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 Description
    System.String

    VerifyUniqueCodes

    Checks whether WBS codes are unique for new tasks

    Declaration
    public bool VerifyUniqueCodes { get; set; }
    Property Value
    Type Description
    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 Description
    System.Collections.Generic.List<WBSMask>
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved