Show / Hide Table of Contents

    Class AzureIncludeBasicToken

    Inheritance
    Object
    AzureIncludeBasicToken
    AzureIncludeBlockToken
    AzureIncludeInlineToken
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace:Microsoft.DocAsCode.AzureMarkdownRewriters
    Assembly:Microsoft.DocAsCode.AzureMarkdownRewriters.dll
    Syntax
    public abstract class AzureIncludeBasicToken : IMarkdownToken

    Constructors

    AzureIncludeBasicToken(IMarkdownRule, IMarkdownContext, String, String, String, ImmutableArray<IMarkdownToken>, String, SourceInfo)

    Declaration
    protected AzureIncludeBasicToken(IMarkdownRule rule, IMarkdownContext context, string src, string name, string title, ImmutableArray<IMarkdownToken> tokens, string raw, SourceInfo sourceInfo)
    Parameters
    Type Name Description
    IMarkdownRule rule
    IMarkdownContext context
    String src
    String name
    String title
    System.Collections.Immutable.ImmutableArray<IMarkdownToken> tokens
    String raw
    SourceInfo sourceInfo

    Properties

    Context

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

    Name

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

    Raw

    Declaration
    public string Raw { 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

    Src

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

    Title

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

    Tokens

    Declaration
    public ImmutableArray<IMarkdownToken> Tokens { get; }
    Property Value
    Type Description
    System.Collections.Immutable.ImmutableArray<IMarkdownToken>

    Extension Methods

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