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

상속: IDisposable
파일 보기 프로젝트 열기: storyteller/Storyteller 1 사용 예제들

Private Properties

프로퍼티 타입 설명
parseLine void
startNewMode void

공개 메소드들

메소드 설명
Dispose ( ) : void
MarkdownReader ( TextReader reader ) : System
Read ( ) : Specification
ReadFromFile ( string file ) : Specification
ReadFromText ( string text ) : Specification

비공개 메소드들

메소드 설명
parseLine ( int indention, string line ) : void
startNewMode ( int indention, string line ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

MarkdownReader() 공개 메소드

public MarkdownReader ( TextReader reader ) : System
reader System.IO.TextReader
리턴 System

Read() 공개 메소드

public Read ( ) : Specification
리턴 Specification

ReadFromFile() 공개 정적인 메소드

public static ReadFromFile ( string file ) : Specification
file string
리턴 Specification

ReadFromText() 공개 정적인 메소드

public static ReadFromText ( string text ) : Specification
text string
리턴 Specification