C# Class StoryTeller.Model.Section

Inheritance: Node, INodeHolder
Show file Open project: storyteller/Storyteller Class Usage Examples

Private Properties

Property Type Description
toExecutionSteps IEnumerable

Public Methods

Method Description
AddComment ( string text ) : Comment
AddStep ( string key ) : Step
CloneAs ( string key ) : Section
CreatePlan ( FixtureLibrary library ) : CompositeExecution
CreatePlan ( FixtureLibrary library, Fixture fixture ) : CompositeExecution
GetActiveCells ( ) : string[]
IsTabular ( ) : bool
Section ( string key ) : System

Private Methods

Method Description
toExecutionSteps ( FixtureLibrary library, Fixture fixture ) : IEnumerable

Method Details

AddComment() public method

public AddComment ( string text ) : Comment
text string
return Comment

AddStep() public method

public AddStep ( string key ) : Step
key string
return Step

CloneAs() public method

public CloneAs ( string key ) : Section
key string
return Section

CreatePlan() public method

public CreatePlan ( FixtureLibrary library ) : CompositeExecution
library FixtureLibrary
return StoryTeller.Grammars.CompositeExecution

CreatePlan() public method

public CreatePlan ( FixtureLibrary library, Fixture fixture ) : CompositeExecution
library FixtureLibrary
fixture Fixture
return StoryTeller.Grammars.CompositeExecution

GetActiveCells() public method

public GetActiveCells ( ) : string[]
return string[]

IsTabular() public method

public IsTabular ( ) : bool
return bool

Section() public method

public Section ( string key ) : System
key string
return System