C# Class Microsoft.DocAsCode.Dfm.DfmFencesBlockPathQueryOption

Exibir arquivo Open project: dotnet/docfx Class Usage Examples

Public Methods

Method Description
GetQueryLines ( string lines ) : IEnumerable
ValidateAndPrepare ( string lines, DfmFencesToken token ) : bool
ValidateHighlightLinesAndDedentLength ( int totalLines ) : bool

Protected Methods

Method Description
CheckLineRange ( int totalLines, int startLine, int endLine ) : bool

Method Details

CheckLineRange() protected method

protected CheckLineRange ( int totalLines, int startLine, int endLine ) : bool
totalLines int
startLine int
endLine int
return bool

GetQueryLines() public abstract method

public abstract GetQueryLines ( string lines ) : IEnumerable
lines string
return IEnumerable

ValidateAndPrepare() public abstract method

public abstract ValidateAndPrepare ( string lines, DfmFencesToken token ) : bool
lines string
token DfmFencesToken
return bool

ValidateHighlightLinesAndDedentLength() public method

public ValidateHighlightLinesAndDedentLength ( int totalLines ) : bool
totalLines int
return bool