Show / Hide Table of Contents

    Class DfmVideoBlockToken

    Inheritance
    Object
    DfmVideoBlockToken
    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 DfmVideoBlockToken : IMarkdownToken, IDfmBlockSpecialSplitToken

    Constructors

    DfmVideoBlockToken(IMarkdownRule, IMarkdownContext, String, SourceInfo)

    Declaration
    public DfmVideoBlockToken(IMarkdownRule rule, IMarkdownContext context, string link, SourceInfo sourceInfo)
    Parameters
    Type Name Description
    IMarkdownRule rule
    IMarkdownContext context
    String link
    SourceInfo sourceInfo

    Properties

    Context

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

    Link

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

    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

    Extension Methods

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