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

    | Improve this Doc View Source

    MarkdownInlineContext(ImmutableList<IMarkdownRule>)

    Declaration
    public MarkdownInlineContext(ImmutableList<IMarkdownRule> rules)
    Parameters
    Type Name Description
    System.Collections.Immutable.ImmutableList<IMarkdownRule> rules
    | Improve this Doc View Source

    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

    | Improve this Doc View Source

    IsInLink

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

    Properties

    | Improve this Doc View Source

    Rules

    Declaration
    public ImmutableList<IMarkdownRule> Rules { get; }
    Property Value
    Type Description
    System.Collections.Immutable.ImmutableList<IMarkdownRule>
    Implements
    IMarkdownContext.Rules
    | Improve this Doc View Source

    Variables

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

    Methods

    | Improve this Doc View Source

    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>)

    Extension Methods

    DfmContextExtensions.GetFilePathStack()
    DfmContextExtensions.SetFilePathStack(ImmutableStack<String>)
    DfmContextExtensions.GetBaseFolder()
    DfmContextExtensions.SetBaseFolder(String)
    DfmContextExtensions.SetDependency(HashSet<String>)
    DfmContextExtensions.ReportDependency(String)
    DfmContextExtensions.ReportDependency(IEnumerable<String>)
    JsonUtility.ToJsonString(Formatting, JsonSerializer)
    • Improve this Doc
    • View Source
    Back to top Copyright © 2015-2016 Microsoft
    Generated by DocFX