C# Класс StoryTeller.Engine.TableGrammar

Наследование: IGrammarWithCells
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
After ( System.Action action ) : TableGrammar
After ( GrammarAction action ) : TableGrammar
Before ( System.Action action ) : TableGrammar
Before ( GrammarAction action ) : TableGrammar
Execute ( IStep containerStep, ITestContext context ) : void
ExecuteCurriedStep ( IStep step, ITestContext context ) : void
GetCells ( ) : IList
LeafName ( string leafName ) : TableGrammar
LeafName ( ) : string
TableGrammar ( IGrammarWithCells innerGrammar, string leafName ) : System
ToStructure ( FixtureLibrary library ) : GrammarStructure

Защищенные методы

Метод Описание
TableGrammar ( string leafName ) : System

Описание методов

After() публичный Метод

public After ( System.Action action ) : TableGrammar
action System.Action
Результат TableGrammar

After() публичный Метод

public After ( GrammarAction action ) : TableGrammar
action GrammarAction
Результат TableGrammar

Before() публичный Метод

public Before ( System.Action action ) : TableGrammar
action System.Action
Результат TableGrammar

Before() публичный Метод

public Before ( GrammarAction action ) : TableGrammar
action GrammarAction
Результат TableGrammar

Execute() публичный Метод

public Execute ( IStep containerStep, ITestContext context ) : void
containerStep IStep
context ITestContext
Результат void

ExecuteCurriedStep() публичный Метод

public ExecuteCurriedStep ( IStep step, ITestContext context ) : void
step IStep
context ITestContext
Результат void

GetCells() публичный Метод

public GetCells ( ) : IList
Результат IList

LeafName() публичный Метод

public LeafName ( string leafName ) : TableGrammar
leafName string
Результат TableGrammar

LeafName() публичный Метод

public LeafName ( ) : string
Результат string

TableGrammar() публичный Метод

public TableGrammar ( IGrammarWithCells innerGrammar, string leafName ) : System
innerGrammar IGrammarWithCells
leafName string
Результат System

TableGrammar() защищенный Метод

protected TableGrammar ( string leafName ) : System
leafName string
Результат System

ToStructure() публичный Метод

public ToStructure ( FixtureLibrary library ) : GrammarStructure
library StoryTeller.Model.FixtureLibrary
Результат StoryTeller.Model.GrammarStructure