Show / Hide Table of Contents

    Class TreeItemRestructure

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

    Properties

    ActionType

    Declaration
    public TreeItemActionType ActionType { get; set; }
    Property Value
    Type Description
    TreeItemActionType

    Key

    Declaration
    public string Key { get; set; }
    Property Value
    Type Description
    String

    RestructuredItems

    Declaration
    public IImmutableList<TreeItem> RestructuredItems { get; set; }
    Property Value
    Type Description
    System.Collections.Immutable.IImmutableList<TreeItem>

    SourceFiles

    Specifies which files trigger the restructure

    Declaration
    public IImmutableList<FileAndType> SourceFiles { get; set; }
    Property Value
    Type Description
    System.Collections.Immutable.IImmutableList<FileAndType>

    TypeOfKey

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

    Extension Methods

    JsonUtility.ToJsonString(Object, Formatting, JsonSerializer)
    Back to top Copyright © 2015-2017 Microsoft
    Generated by DocFX