C# Class StoryTeller.Grammars.Tables.TableGrammar

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

Méthodes publiques

Méthode Description
After ( System.Action after ) : TableGrammar
After ( Action after ) : TableGrammar
Before ( System.Action before ) : TableGrammar
Before ( Action before ) : TableGrammar
Compile ( Fixture fixture, CellHandling cells ) : GrammarModel
CreatePlan ( Step step, FixtureLibrary library, bool inTable = false ) : IExecutionStep
LeafName ( string leafName ) : TableGrammar
LeafName ( ) : string
TableGrammar ( IGrammar inner ) : System
Titled ( string title ) : TableGrammar

Private Methods

Méthode Description
toExecutionSteps ( FixtureLibrary library, Step parentStep ) : IEnumerable

Method Details

After() public méthode

public After ( System.Action after ) : TableGrammar
after System.Action
Résultat TableGrammar

After() public méthode

public After ( Action after ) : TableGrammar
after Action
Résultat TableGrammar

Before() public méthode

public Before ( System.Action before ) : TableGrammar
before System.Action
Résultat TableGrammar

Before() public méthode

public Before ( Action before ) : TableGrammar
before Action
Résultat TableGrammar

Compile() public méthode

public Compile ( Fixture fixture, CellHandling cells ) : GrammarModel
fixture Fixture
cells CellHandling
Résultat StoryTeller.Model.GrammarModel

CreatePlan() public méthode

public CreatePlan ( Step step, FixtureLibrary library, bool inTable = false ) : IExecutionStep
step StoryTeller.Model.Step
library StoryTeller.Model.FixtureLibrary
inTable bool
Résultat IExecutionStep

LeafName() public méthode

public LeafName ( string leafName ) : TableGrammar
leafName string
Résultat TableGrammar

LeafName() public méthode

public LeafName ( ) : string
Résultat string

TableGrammar() public méthode

public TableGrammar ( IGrammar inner ) : System
inner IGrammar
Résultat System

Titled() public méthode

public Titled ( string title ) : TableGrammar
title string
Résultat TableGrammar