C# 클래스 Microsoft.DocAsCode.Dfm.DfmFencesBlockPathQueryOption

파일 보기 프로젝트 열기: dotnet/docfx 1 사용 예제들

공개 메소드들

메소드 설명
GetQueryLines ( string lines ) : IEnumerable
ValidateAndPrepare ( string lines, DfmFencesToken token ) : bool
ValidateHighlightLinesAndDedentLength ( int totalLines ) : bool

보호된 메소드들

메소드 설명
CheckLineRange ( int totalLines, int startLine, int endLine ) : bool

메소드 상세

CheckLineRange() 보호된 메소드

protected CheckLineRange ( int totalLines, int startLine, int endLine ) : bool
totalLines int
startLine int
endLine int
리턴 bool

GetQueryLines() 공개 추상적인 메소드

public abstract GetQueryLines ( string lines ) : IEnumerable
lines string
리턴 IEnumerable

ValidateAndPrepare() 공개 추상적인 메소드

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

ValidateHighlightLinesAndDedentLength() 공개 메소드

public ValidateHighlightLinesAndDedentLength ( int totalLines ) : bool
totalLines int
리턴 bool