C# Class StoryTeller.Model.Step

Inheritance: Node, INodeHolder
Afficher le fichier Open project: storyteller/Storyteller Class Usage Examples

Private Properties

Свойство Type Description
throwValuesDoNotMatch void

Méthodes publiques

Méthode 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

Méthode Description
throwValuesDoNotMatch ( Step other ) : void

Method Details

AddCollection() public méthode

public AddCollection ( string key ) : Section
key string
Résultat Section

AssertValuesMatch() public méthode

public AssertValuesMatch ( Step other ) : void
other Step
Résultat void

Parse() public static méthode

public static Parse ( string text ) : Step
text string
Résultat Step

ParseValues() public static méthode

public static ParseValues ( string text ) : string>.IDictionary
text string
Résultat string>.IDictionary

ProcessCells() public méthode

public ProcessCells ( Cell cells, IStepValidator stepValidator ) : void
cells Cell
stepValidator IStepValidator
Résultat void

Step() public méthode

public Step ( string key ) : System
key string
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

ToValueString() public méthode

public ToValueString ( ) : string
Résultat string

With() public méthode

public With ( string key, string value ) : Step
key string
value string
Résultat Step