Show / Hide Table of Contents

    Class DfmContextExtensions

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

    Methods

    | Improve this Doc View Source

    GetBaseFolder(IMarkdownContext)

    Declaration
    public static string GetBaseFolder(this IMarkdownContext context)
    Parameters
    Type Name Description
    IMarkdownContext context
    Returns
    Type Description
    String
    | Improve this Doc View Source

    GetFilePathStack(IMarkdownContext)

    Declaration
    public static ImmutableStack<string> GetFilePathStack(this IMarkdownContext context)
    Parameters
    Type Name Description
    IMarkdownContext context
    Returns
    Type Description
    System.Collections.Immutable.ImmutableStack<String>
    | Improve this Doc View Source

    ReportDependency(IMarkdownContext, IEnumerable<String>)

    Declaration
    public static void ReportDependency(this IMarkdownContext context, IEnumerable<string> files)
    Parameters
    Type Name Description
    IMarkdownContext context
    IEnumerable<String> files
    | Improve this Doc View Source

    ReportDependency(IMarkdownContext, String)

    Declaration
    public static void ReportDependency(this IMarkdownContext context, string file)
    Parameters
    Type Name Description
    IMarkdownContext context
    String file
    | Improve this Doc View Source

    SetBaseFolder(IMarkdownContext, String)

    Declaration
    public static IMarkdownContext SetBaseFolder(this IMarkdownContext context, string baseFolder)
    Parameters
    Type Name Description
    IMarkdownContext context
    String baseFolder
    Returns
    Type Description
    IMarkdownContext
    | Improve this Doc View Source

    SetDependency(IMarkdownContext, HashSet<String>)

    Declaration
    public static IMarkdownContext SetDependency(this IMarkdownContext context, HashSet<string> dependency)
    Parameters
    Type Name Description
    IMarkdownContext context
    HashSet<String> dependency
    Returns
    Type Description
    IMarkdownContext
    | Improve this Doc View Source

    SetFilePathStack(IMarkdownContext, ImmutableStack<String>)

    Declaration
    public static IMarkdownContext SetFilePathStack(this IMarkdownContext context, ImmutableStack<string> filePathStack)
    Parameters
    Type Name Description
    IMarkdownContext context
    System.Collections.Immutable.ImmutableStack<String> filePathStack
    Returns
    Type Description
    IMarkdownContext
    • Improve this Doc
    • View Source
    Back to top Copyright © 2015-2016 Microsoft
    Generated by DocFX