C# Class StoryTeller.Grammars.Tables.TableGrammar

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

Public Methods

Method 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

Method Description
toExecutionSteps ( FixtureLibrary library, Step parentStep ) : IEnumerable

Method Details

After() public method

public After ( System.Action after ) : TableGrammar
after System.Action
return TableGrammar

After() public method

public After ( Action after ) : TableGrammar
after Action
return TableGrammar

Before() public method

public Before ( System.Action before ) : TableGrammar
before System.Action
return TableGrammar

Before() public method

public Before ( Action before ) : TableGrammar
before Action
return TableGrammar

Compile() public method

public Compile ( Fixture fixture, CellHandling cells ) : GrammarModel
fixture Fixture
cells CellHandling
return StoryTeller.Model.GrammarModel

CreatePlan() public method

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

LeafName() public method

public LeafName ( string leafName ) : TableGrammar
leafName string
return TableGrammar

LeafName() public method

public LeafName ( ) : string
return string

TableGrammar() public method

public TableGrammar ( IGrammar inner ) : System
inner IGrammar
return System

Titled() public method

public Titled ( string title ) : TableGrammar
title string
return TableGrammar