C# 클래스 StoryTeller.Grammars.Tables.TableGrammar

상속: IGrammar
파일 보기 프로젝트 열기: storyteller/Storyteller 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
toExecutionSteps ( FixtureLibrary library, Step parentStep ) : IEnumerable

메소드 상세

After() 공개 메소드

public After ( System.Action after ) : TableGrammar
after System.Action
리턴 TableGrammar

After() 공개 메소드

public After ( Action after ) : TableGrammar
after Action
리턴 TableGrammar

Before() 공개 메소드

public Before ( System.Action before ) : TableGrammar
before System.Action
리턴 TableGrammar

Before() 공개 메소드

public Before ( Action before ) : TableGrammar
before Action
리턴 TableGrammar

Compile() 공개 메소드

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

CreatePlan() 공개 메소드

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

LeafName() 공개 메소드

public LeafName ( string leafName ) : TableGrammar
leafName string
리턴 TableGrammar

LeafName() 공개 메소드

public LeafName ( ) : string
리턴 string

TableGrammar() 공개 메소드

public TableGrammar ( IGrammar inner ) : System
inner IGrammar
리턴 System

Titled() 공개 메소드

public Titled ( string title ) : TableGrammar
title string
리턴 TableGrammar