Show / Hide Table of Contents

    Class DfmFencesToken

    Inheritance
    Object
    DfmFencesToken
    DfmFencesBlockToken
    DfmFencesInlineToken
    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 abstract class DfmFencesToken : IMarkdownToken

    Constructors

    DfmFencesToken(IMarkdownRule, IMarkdownContext, String, String, SourceInfo, String, String, IDfmFencesBlockPathQueryOption)

    Declaration
    public DfmFencesToken(IMarkdownRule rule, IMarkdownContext context, string name, string path, SourceInfo sourceInfo, string lang, string title, IDfmFencesBlockPathQueryOption pathQueryOption)
    Parameters
    Type Name Description
    IMarkdownRule rule
    IMarkdownContext context
    String name
    String path
    SourceInfo sourceInfo
    String lang
    String title
    IDfmFencesBlockPathQueryOption pathQueryOption

    Properties

    Context

    Declaration
    public IMarkdownContext Context { get; }
    Property Value
    Type Description
    IMarkdownContext
    Implements
    IMarkdownToken.Context

    Lang

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

    Name

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

    Path

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

    PathQueryOption

    Declaration
    public IDfmFencesBlockPathQueryOption PathQueryOption { get; }
    Property Value
    Type Description
    IDfmFencesBlockPathQueryOption

    Rule

    Declaration
    public IMarkdownRule Rule { get; }
    Property Value
    Type Description
    IMarkdownRule
    Implements
    IMarkdownToken.Rule

    SourceInfo

    Declaration
    public SourceInfo SourceInfo { get; }
    Property Value
    Type Description
    SourceInfo
    Implements
    IMarkdownToken.SourceInfo

    Title

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

    Extension Methods

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