C# 클래스 StoryTeller.Model.Persistence.Markdown.LineExtensions

파일 보기 프로젝트 열기: storyteller/Storyteller

공개 메소드들

메소드 설명
IsHeaderOne ( this line ) : bool
IsHeaderThree ( this line ) : bool
IsHeaderTwo ( this line ) : bool
IsMetadata ( this line ) : bool
IsSectionHeader ( this line ) : bool
IsTableLine ( this line ) : bool
ParseMetadata ( this line, string &key, string &value ) : void
StartsSectionOrStep ( this line ) : bool
StartsStep ( this line ) : bool
ToSection ( this line ) : Section
ToTableValues ( this line ) : string[]
Tokenize ( this content ) : IEnumerable

메소드 상세

IsHeaderOne() 공개 정적인 메소드

public static IsHeaderOne ( this line ) : bool
line this
리턴 bool

IsHeaderThree() 공개 정적인 메소드

public static IsHeaderThree ( this line ) : bool
line this
리턴 bool

IsHeaderTwo() 공개 정적인 메소드

public static IsHeaderTwo ( this line ) : bool
line this
리턴 bool

IsMetadata() 공개 정적인 메소드

public static IsMetadata ( this line ) : bool
line this
리턴 bool

IsSectionHeader() 공개 정적인 메소드

public static IsSectionHeader ( this line ) : bool
line this
리턴 bool

IsTableLine() 공개 정적인 메소드

public static IsTableLine ( this line ) : bool
line this
리턴 bool

ParseMetadata() 공개 정적인 메소드

public static ParseMetadata ( this line, string &key, string &value ) : void
line this
key string
value string
리턴 void

StartsSectionOrStep() 공개 정적인 메소드

public static StartsSectionOrStep ( this line ) : bool
line this
리턴 bool

StartsStep() 공개 정적인 메소드

public static StartsStep ( this line ) : bool
line this
리턴 bool

ToSection() 공개 정적인 메소드

public static ToSection ( this line ) : Section
line this
리턴 Section

ToTableValues() 공개 정적인 메소드

public static ToTableValues ( this line ) : string[]
line this
리턴 string[]

Tokenize() 공개 정적인 메소드

public static Tokenize ( this content ) : IEnumerable
content this
리턴 IEnumerable