menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class OutlineCode - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class OutlineCode

    Represents an Outline code

    Inheritance
    System.Object
    OutlineCode
    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 OutlineCode

    Constructors

    OutlineCode()

    Declaration
    public OutlineCode()

    Properties

    Alias

    Gets pr sets the alias of the custom outline code

    Declaration
    public string Alias { get; set; }
    Property Value
    Type
    System.String

    AllLevelsRequired

    Checks whether new codes must have all levels present

    Declaration
    public bool AllLevelsRequired { get; set; }
    Property Value
    Type
    System.Boolean

    AllLevelsRequiredSpecified

    Gets or sets a value indicating whether all levels required is specified.

    Declaration
    public bool AllLevelsRequiredSpecified { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if all levels required is specified; otherwise, false.

    AllLevelsRequiredString

    Gets or sets the value indicating whether new codes must have all levels present.

    Declaration
    public string AllLevelsRequiredString { get; set; }
    Property Value
    Type Description
    System.String

    The string that specifies whether new codes must have all levels present.

    EnterpriseOutlineCodeAlias

    Gets or sets reference to another custom field for which this is an alias

    Declaration
    public string EnterpriseOutlineCodeAlias { get; set; }
    Property Value
    Type
    System.String

    EnterpriseSpecified

    Gets or sets a value indicating whether the enterprise is specified.

    Declaration
    public bool EnterpriseSpecified { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if enterprise is specified; otherwise, false.

    FieldID

    Gets or sets the field number of the outline code

    Declaration
    public string FieldID { get; set; }
    Property Value
    Type
    System.String

    FieldName

    Gets or sets the name of the custom outline code

    Declaration
    public string FieldName { get; set; }
    Property Value
    Type
    System.String

    Guid

    Gets or sets the GUID of the outline code

    Declaration
    public string Guid { get; set; }
    Property Value
    Type
    System.String

    IsEnterprise

    Checks whether the custom outline code is an enterprise custom outline code

    Declaration
    public bool IsEnterprise { get; set; }
    Property Value
    Type
    System.Boolean

    IsEnterpriseString

    Gets or sets the value indicating whether the custom outline code is an enterprise custom outline code.

    Declaration
    public string IsEnterpriseString { get; set; }
    Property Value
    Type Description
    System.String

    The string that specifies whether the custom outline code is an enterprise custom outline code.

    IsResourceSubstitutionEnabled

    Checks whether the custom outline code can be used by the Resource Substitution Wizard in Microsoft Project.

    Declaration
    public bool IsResourceSubstitutionEnabled { get; set; }
    Property Value
    Type
    System.Boolean

    IsResourceSubstitutionEnabledString

    Gets or sets the value indicating whether the custom outline code can be used by the Resource Substitution Wizard in Microsoft Project.

    Declaration
    public string IsResourceSubstitutionEnabledString { get; set; }
    Property Value
    Type Description
    System.String

    The string that specifies whether the custom outline code can be used by the Resource Substitution Wizard in Microsoft Project.

    LeafOnly

    Checks whether or not values specified in this outline code field must be leaf values

    Declaration
    public bool LeafOnly { get; set; }
    Property Value
    Type
    System.Boolean

    LeafOnlyString

    Gets or sets the value indicating whether or not values specified in this outline code field must be leaf values.

    Declaration
    public string LeafOnlyString { get; set; }
    Property Value
    Type Description
    System.String

    The string that specifies whether or not values specified in this outline code field must be leaf values.

    Masks

    Gets or set the table of entries that define the outline code mask

    Declaration
    public List<OutlineCodeMask> Masks { get; set; }
    Property Value
    Type
    System.Collections.Generic.List<OutlineCodeMask>

    OnlyTableValuesAllowed

    Checks whether values specified must come from values table

    Declaration
    public bool OnlyTableValuesAllowed { get; set; }
    Property Value
    Type
    System.Boolean

    OnlyTableValuesAllowedSpecified

    Gets or sets a value indicating whether only table values allowed is specified.

    Declaration
    public bool OnlyTableValuesAllowedSpecified { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if only table values allowed is specified; otherwise, false.

    OnlyTableValuesAllowedString

    Gets or sets the value indicating whether values specified must come from values table.

    Declaration
    public string OnlyTableValuesAllowedString { get; set; }
    Property Value
    Type Description
    System.String

    The string that specifies whether values specified must come from values table.

    PhoneticAlias

    Gets or sets the phonetic pronunciation of the alias of the custom outline code

    Declaration
    public string PhoneticAlias { get; set; }
    Property Value
    Type
    System.String

    ResourceSubstitutionEnabledSpecified

    Gets or sets a value indicating whether the resource substitution enabled is specified.

    Declaration
    public bool ResourceSubstitutionEnabledSpecified { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if resource substitution enabled is specified; otherwise, false.

    ShowIndent

    Specifies whether to show indenting in the outline code

    Declaration
    public bool ShowIndent { get; set; }
    Property Value
    Type
    System.Boolean

    ShowIndentSpecified

    Gets or sets a value indicating whether the show indent is specified.

    Declaration
    public bool ShowIndentSpecified { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if show indent is specified; otherwise, false.

    ShowIndentString

    Gets or sets the value indicating whether to show indenting in the outline code.

    Declaration
    public string ShowIndentString { get; set; }
    Property Value
    Type Description
    System.String

    The string that specifies whether to show indenting in the outline code.

    Values

    Gets or sets the values of the table associated with this outline code

    Declaration
    public OulineCodeValues Values { get; set; }
    Property Value
    Type
    OulineCodeValues
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved