C# 클래스 StoryTeller.Model.Section

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

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