C# Class StoryTeller.Model.Persistence.DSL.ParagraphMode

Inheritance: GrammarModeBase
Show file Open project: storyteller/Storyteller

Public Methods

Method Description
ParagraphMode ( Paragraph paragraph, FixtureModel fixture ) : StoryTeller.Model.Persistence.Markdown
Read ( int indention, string text ) : IReaderMode

Method Details

ParagraphMode() public method

public ParagraphMode ( Paragraph paragraph, FixtureModel fixture ) : StoryTeller.Model.Persistence.Markdown
paragraph Paragraph
fixture FixtureModel
return StoryTeller.Model.Persistence.Markdown

Read() public method

public Read ( int indention, string text ) : IReaderMode
indention int
text string
return IReaderMode