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

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

Public Methods

Method Description
Read ( int indention, string text ) : IReaderMode
StepMode ( Step step ) : Baseline
StepMode ( string firstLine ) : Baseline

Method Details

Read() public method

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

StepMode() public method

public StepMode ( Step step ) : Baseline
step Step
return Baseline

StepMode() public method

public StepMode ( string firstLine ) : Baseline
firstLine string
return Baseline