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

Inheritance: IDisposable
Afficher le fichier Open project: storyteller/Storyteller Class Usage Examples

Private Properties

Свойство Type Description
parseLine void
startNewMode void

Méthodes publiques

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

Private Methods

Méthode Description
parseLine ( int indention, string line ) : void
startNewMode ( int indention, string line ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

MarkdownReader() public méthode

public MarkdownReader ( TextReader reader ) : System
reader System.IO.TextReader
Résultat System

Read() public méthode

public Read ( ) : Specification
Résultat Specification

ReadFromFile() public static méthode

public static ReadFromFile ( string file ) : Specification
file string
Résultat Specification

ReadFromText() public static méthode

public static ReadFromText ( string text ) : Specification
text string
Résultat Specification