Show / Hide Table of Contents

    Class MarkdownHeadingBlockToken

    Inheritance
    Object
    MarkdownHeadingBlockToken
    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 MarkdownHeadingBlockToken : IMarkdownExpression, IMarkdownToken, IMarkdownRewritable<MarkdownHeadingBlockToken>

    Constructors

    | Improve this Doc View Source

    MarkdownHeadingBlockToken(IMarkdownRule, IMarkdownContext, InlineContent, String, Int32, SourceInfo)

    Declaration
    public MarkdownHeadingBlockToken(IMarkdownRule rule, IMarkdownContext context, InlineContent content, string id, int depth, SourceInfo sourceInfo)
    Parameters
    Type Name Description
    IMarkdownRule rule
    IMarkdownContext context
    InlineContent content
    String id
    Int32 depth
    SourceInfo sourceInfo

    Properties

    | Improve this Doc View Source

    Content

    Declaration
    public InlineContent Content { get; }
    Property Value
    Type Description
    InlineContent
    | Improve this Doc View Source

    Context

    Declaration
    public IMarkdownContext Context { get; }
    Property Value
    Type Description
    IMarkdownContext
    Implements
    IMarkdownToken.Context
    | Improve this Doc View Source

    Depth

    Declaration
    public int Depth { get; }
    Property Value
    Type Description
    Int32
    | Improve this Doc View Source

    Id

    Declaration
    public string Id { get; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    Rule

    Declaration
    public IMarkdownRule Rule { get; }
    Property Value
    Type Description
    IMarkdownRule
    Implements
    IMarkdownToken.Rule
    | Improve this Doc View Source

    SourceInfo

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

    Methods

    | Improve this Doc View Source

    GetChildren()

    Declaration
    public IEnumerable<IMarkdownToken> GetChildren()
    Returns
    Type Description
    IEnumerable<IMarkdownToken>
    Implements
    IMarkdownExpression.GetChildren()
    | Improve this Doc View Source

    Rewrite(IMarkdownRewriteEngine)

    Declaration
    public MarkdownHeadingBlockToken Rewrite(IMarkdownRewriteEngine rewriterEngine)
    Parameters
    Type Name Description
    IMarkdownRewriteEngine rewriterEngine
    Returns
    Type Description
    MarkdownHeadingBlockToken
    Implements
    IMarkdownRewritable<MarkdownHeadingBlockToken>.Rewrite(IMarkdownRewriteEngine)

    Extension Methods

    MarkdownTokenExtensions.Children()
    MarkdownTokenExtensions.Children<T>()
    MarkdownTokenExtensions.Descendants()
    MarkdownTokenExtensions.Descendants<T>()
    JsonUtility.ToJsonString(Formatting, JsonSerializer)
    • Improve this Doc
    • View Source
    Back to top Copyright © 2015-2016 Microsoft
    Generated by DocFX