C# Class StoryTeller.Model.Section

Inheritance: Node, INodeHolder
Afficher le fichier Open project: storyteller/Storyteller Class Usage Examples

Private Properties

Свойство Type Description
toExecutionSteps IEnumerable

Méthodes publiques

Méthode 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

Méthode Description
toExecutionSteps ( FixtureLibrary library, Fixture fixture ) : IEnumerable

Method Details

AddComment() public méthode

public AddComment ( string text ) : Comment
text string
Résultat Comment

AddStep() public méthode

public AddStep ( string key ) : Step
key string
Résultat Step

CloneAs() public méthode

public CloneAs ( string key ) : Section
key string
Résultat Section

CreatePlan() public méthode

public CreatePlan ( FixtureLibrary library ) : CompositeExecution
library FixtureLibrary
Résultat StoryTeller.Grammars.CompositeExecution

CreatePlan() public méthode

public CreatePlan ( FixtureLibrary library, Fixture fixture ) : CompositeExecution
library FixtureLibrary
fixture Fixture
Résultat StoryTeller.Grammars.CompositeExecution

GetActiveCells() public méthode

public GetActiveCells ( ) : string[]
Résultat string[]

IsTabular() public méthode

public IsTabular ( ) : bool
Résultat bool

Section() public méthode

public Section ( string key ) : System
key string
Résultat System