C# Class StoryTeller.Model.Persistence.Markdown.MarkdownReader

Inheritance: IDisposable
Mostra file Open project: storyteller/Storyteller Class Usage Examples

Private Properties

Property Type Description
parseLine void
startNewMode void

Public Methods

Method Description
Dispose ( ) : void
MarkdownReader ( TextReader reader ) : System
Read ( ) : Specification
ReadFromFile ( string file ) : Specification
ReadFromText ( string text ) : Specification

Private Methods

Method Description
parseLine ( int indention, string line ) : void
startNewMode ( int indention, string line ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

MarkdownReader() public method

public MarkdownReader ( TextReader reader ) : System
reader System.IO.TextReader
return System

Read() public method

public Read ( ) : Specification
return Specification

ReadFromFile() public static method

public static ReadFromFile ( string file ) : Specification
file string
return Specification

ReadFromText() public static method

public static ReadFromText ( string text ) : Specification
text string
return Specification