Class WBSMask
WBSMask class
Inheritance
System.Object
WBSMask
Namespace: Syncfusion.ProjIO
Assembly: Syncfusion.ProjIO.Base.dll
Syntax
public class WBSMask : Object
Constructors
WBSMask()
Declaration
public WBSMask()
Properties
Length
Gets or sets the maximum length in characters
Declaration
public string Length { get; set; }
Property Value
Type |
---|
System.String |
Level
Gets or sets the level of the mask
Declaration
public string Level { get; set; }
Property Value
Type |
---|
System.String |
Separator
Gets or sets the separator character of the node
Declaration
public string Separator { get; set; }
Property Value
Type |
---|
System.String |
Type
Gets or sets the type of the node value
Declaration
public WBSMaskType Type { get; set; }
Property Value
Type |
---|
WBSMaskType |