Show / Hide Table of Contents

    Class DfmIncludeBlockToken

    Inheritance
    Object
    DfmIncludeBlockToken
    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 class DfmIncludeBlockToken : IMarkdownToken

    Constructors

    | Improve this Doc View Source

    DfmIncludeBlockToken(IMarkdownRule, IMarkdownContext, String, String, String, String, SourceInfo)

    Declaration
    public DfmIncludeBlockToken(IMarkdownRule rule, IMarkdownContext context, string src, string name, string title, string raw, SourceInfo sourceInfo)
    Parameters
    Type Name Description
    IMarkdownRule rule
    IMarkdownContext context
    String src
    String name
    String title
    String raw
    SourceInfo sourceInfo

    Properties

    | Improve this Doc View Source

    Context

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

    Name

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

    Raw

    Declaration
    public string Raw { 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
    | Improve this Doc View Source

    Src

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

    Title

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

    Extension Methods

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