C# Класс StoryTeller.Model.Section

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

Private Properties

Свойство Тип Описание
toExecutionSteps IEnumerable

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

Метод Описание
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

Приватные методы

Метод Описание
toExecutionSteps ( FixtureLibrary library, Fixture fixture ) : IEnumerable

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

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

public AddComment ( string text ) : Comment
text string
Результат Comment

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

public AddStep ( string key ) : Step
key string
Результат Step

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

public CloneAs ( string key ) : Section
key string
Результат Section

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

public CreatePlan ( FixtureLibrary library ) : CompositeExecution
library FixtureLibrary
Результат StoryTeller.Grammars.CompositeExecution

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

public CreatePlan ( FixtureLibrary library, Fixture fixture ) : CompositeExecution
library FixtureLibrary
fixture Fixture
Результат StoryTeller.Grammars.CompositeExecution

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

public GetActiveCells ( ) : string[]
Результат string[]

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

public IsTabular ( ) : bool
Результат bool

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

public Section ( string key ) : System
key string
Результат System