Show / Hide Table of Contents

    Class MarkupResult

    Inheritance
    Object
    MarkupResult
    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 MarkupResult

    Properties

    Dependency

    Declaration
    public ImmutableArray<string> Dependency { get; set; }
    Property Value
    Type Description
    System.Collections.Immutable.ImmutableArray<String>

    FileLinkSources

    Declaration
    public ImmutableDictionary<string, ImmutableList<LinkSourceInfo>> FileLinkSources { get; set; }
    Property Value
    Type Description
    System.Collections.Immutable.ImmutableDictionary<String, System.Collections.Immutable.ImmutableList<LinkSourceInfo>>

    Html

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

    LinkToFiles

    Declaration
    public ImmutableArray<string> LinkToFiles { get; set; }
    Property Value
    Type Description
    System.Collections.Immutable.ImmutableArray<String>

    LinkToUids

    Declaration
    public ImmutableHashSet<string> LinkToUids { get; set; }
    Property Value
    Type Description
    System.Collections.Immutable.ImmutableHashSet<String>

    UidLinkSources

    Declaration
    public ImmutableDictionary<string, ImmutableList<LinkSourceInfo>> UidLinkSources { get; set; }
    Property Value
    Type Description
    System.Collections.Immutable.ImmutableDictionary<String, System.Collections.Immutable.ImmutableList<LinkSourceInfo>>

    YamlHeader

    Declaration
    public ImmutableDictionary<string, object> YamlHeader { get; set; }
    Property Value
    Type Description
    System.Collections.Immutable.ImmutableDictionary<String, Object>

    Methods

    Clone()

    Declaration
    public MarkupResult Clone()
    Returns
    Type Description
    MarkupResult

    Extension Methods

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