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

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

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

Метод Описание
CurriedLineGrammar ( string template, IGrammarWithCells inner, string defaults ) : System

Usage of defaults

Execute ( IStep containerStep, ITestContext context ) : void
GetCells ( ) : IList

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

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

Usage of defaults
public CurriedLineGrammar ( string template, IGrammarWithCells inner, string defaults ) : System
template string
inner IGrammarWithCells
defaults string key:value, key:value, key:value
Результат System

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

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

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

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