Show / Hide Table of Contents

    Class MarkdownInlineContext

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

    Constructors

    MarkdownInlineContext(ImmutableList<IMarkdownRule>)

    Declaration
    public MarkdownInlineContext(ImmutableList<IMarkdownRule> rules)
    Parameters
    Type Name Description
    System.Collections.Immutable.ImmutableList<IMarkdownRule> rules

    MarkdownInlineContext(ImmutableList<IMarkdownRule>, ImmutableDictionary<String, Object>)

    Declaration
    protected MarkdownInlineContext(ImmutableList<IMarkdownRule> rules, ImmutableDictionary<string, object> variables)
    Parameters
    Type Name Description
    System.Collections.Immutable.ImmutableList<IMarkdownRule> rules
    System.Collections.Immutable.ImmutableDictionary<String, Object> variables

    Fields

    IsInLink

    Declaration
    public const string IsInLink = "IsInLink"
    Field Value
    Type Description
    String

    Properties

    Rules

    Declaration
    public ImmutableList<IMarkdownRule> Rules { get; }
    Property Value
    Type Description
    System.Collections.Immutable.ImmutableList<IMarkdownRule>
    Implements
    IMarkdownContext.Rules

    Variables

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

    Methods

    CreateContext(ImmutableDictionary<String, Object>)

    Declaration
    public virtual IMarkdownContext CreateContext(ImmutableDictionary<string, object> variables)
    Parameters
    Type Name Description
    System.Collections.Immutable.ImmutableDictionary<String, Object> variables
    Returns
    Type Description
    IMarkdownContext
    Implements
    IMarkdownContext.CreateContext(ImmutableDictionary<String, Object>)

    GetIsInLink(IMarkdownContext)

    Declaration
    public static bool GetIsInLink(IMarkdownContext context)
    Parameters
    Type Name Description
    IMarkdownContext context
    Returns
    Type Description
    Boolean

    Extension Methods

    DfmContextExtensions.GetFilePathStack(IMarkdownContext)
    DfmContextExtensions.SetFilePathStack(IMarkdownContext, ImmutableStack<String>)
    DfmContextExtensions.GetBaseFolder(IMarkdownContext)
    DfmContextExtensions.SetBaseFolder(IMarkdownContext, String)
    DfmContextExtensions.GetFallbackFolders(IMarkdownContext)
    DfmContextExtensions.SetFallbackFolders(IMarkdownContext, IReadOnlyList<String>)
    DfmContextExtensions.SetDependency(IMarkdownContext, HashSet<String>)
    DfmContextExtensions.ReportDependency(IMarkdownContext, String)
    DfmContextExtensions.ReportDependency(IMarkdownContext, IEnumerable<String>)
    DfmContextExtensions.GetIsInclude(IMarkdownContext)
    DfmContextExtensions.SetIsInclude(IMarkdownContext)
    JsonUtility.ToJsonString(Object, Formatting, JsonSerializer)
    Back to top Copyright © 2015-2017 Microsoft
    Generated by DocFX