C# Class StoryTeller.Model.Step

Inheritance: Node, INodeHolder
Show file Open project: storyteller/Storyteller Class Usage Examples

Private Properties

Property Type Description
throwValuesDoNotMatch void

Public Methods

Method Description
AddCollection ( string key ) : Section
AssertValuesMatch ( Step other ) : void
Parse ( string text ) : Step
ParseValues ( string text ) : string>.IDictionary
ProcessCells ( Cell cells, IStepValidator stepValidator ) : void
Step ( string key ) : System
ToString ( ) : string
ToValueString ( ) : string
With ( string key, string value ) : Step

Private Methods

Method Description
throwValuesDoNotMatch ( Step other ) : void

Method Details

AddCollection() public method

public AddCollection ( string key ) : Section
key string
return Section

AssertValuesMatch() public method

public AssertValuesMatch ( Step other ) : void
other Step
return void

Parse() public static method

public static Parse ( string text ) : Step
text string
return Step

ParseValues() public static method

public static ParseValues ( string text ) : string>.IDictionary
text string
return string>.IDictionary

ProcessCells() public method

public ProcessCells ( Cell cells, IStepValidator stepValidator ) : void
cells Cell
stepValidator IStepValidator
return void

Step() public method

public Step ( string key ) : System
key string
return System

ToString() public method

public ToString ( ) : string
return string

ToValueString() public method

public ToValueString ( ) : string
return string

With() public method

public With ( string key, string value ) : Step
key string
value string
return Step