Search Results for

    Show / Hide Table of Contents

    Class TreeItemRestructure

    Inheritance
    Object
    TreeItemRestructure
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: Microsoft.DocAsCode.Plugins
    Assembly: Microsoft.DocAsCode.Plugins.dll
    Syntax
    public class TreeItemRestructure

    Properties

    | Improve this Doc View Source

    ActionType

    Declaration
    public TreeItemActionType ActionType { get; set; }
    Property Value
    Type Description
    TreeItemActionType
    | Improve this Doc View Source

    Key

    Declaration
    public string Key { get; set; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    RestructuredItems

    Declaration
    public IImmutableList<TreeItem> RestructuredItems { get; set; }
    Property Value
    Type Description
    IImmutableList<TreeItem>
    | Improve this Doc View Source

    SourceFiles

    Specifies which files trigger the restructure

    Declaration
    public IImmutableList<FileAndType> SourceFiles { get; set; }
    Property Value
    Type Description
    IImmutableList<FileAndType>
    | Improve this Doc View Source

    TypeOfKey

    Declaration
    public TreeItemKeyType TypeOfKey { get; set; }
    Property Value
    Type Description
    TreeItemKeyType

    Extension Methods

    JsonUtility.ToJsonString(Object, Formatting, JsonSerializer)
    • Improve this Doc
    • View Source
    • 0 Comments
    In This Article
    Back to top Copyright © Microsoft.
    Generated by DocFX