Show / Hide Table of Contents

    Interface IDfmFencesBlockPathQueryOption

    Namespace:Microsoft.DocAsCode.Dfm
    Assembly:Microsoft.DocAsCode.Dfm.dll
    Syntax
    public interface IDfmFencesBlockPathQueryOption

    Properties

    DedentLength

    Declaration
    int ? DedentLength { get; set; }
    Property Value
    Type Description
    Nullable<Int32>

    ErrorMessage

    Declaration
    string ErrorMessage { get; }
    Property Value
    Type Description
    String

    HighlightLines

    Declaration
    string HighlightLines { get; set; }
    Property Value
    Type Description
    String

    Methods

    GetQueryLines(String[])

    Declaration
    IEnumerable<string> GetQueryLines(string[] lines)
    Parameters
    Type Name Description
    String[] lines
    Returns
    Type Description
    IEnumerable<String>

    ValidateAndPrepare(String[], DfmFencesToken)

    Declaration
    bool ValidateAndPrepare(string[] lines, DfmFencesToken token)
    Parameters
    Type Name Description
    String[] lines
    DfmFencesToken token
    Returns
    Type Description
    Boolean

    ValidateHighlightLinesAndDedentLength(Int32)

    Declaration
    bool ValidateHighlightLinesAndDedentLength(int totalLines)
    Parameters
    Type Name Description
    Int32 totalLines
    Returns
    Type Description
    Boolean

    Extension Methods

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