C# 클래스 StoryTeller.Model.Paragraph

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

공개 프로퍼티들

프로퍼티 타입 설명
children StoryTeller.Model.GrammarModel[]
title string

공개 메소드들

메소드 설명
AddChild ( GrammarModel grammar ) : void
ApplyOverrides ( GrammarModel grammar ) : GrammarModel
Paragraph ( ) : System
Paragraph ( IEnumerable children ) : System
PostProcessAndValidate ( IStepValidator stepValidator, Step step ) : void
TitleOrFormat ( ) : string
ToMissingCode ( bool withinParagraph = false ) : string

보호된 메소드들

메소드 설명
configureSampleStep ( Step step ) : void

메소드 상세

AddChild() 공개 메소드

public AddChild ( GrammarModel grammar ) : void
grammar GrammarModel
리턴 void

ApplyOverrides() 공개 메소드

public ApplyOverrides ( GrammarModel grammar ) : GrammarModel
grammar GrammarModel
리턴 GrammarModel

Paragraph() 공개 메소드

public Paragraph ( ) : System
리턴 System

Paragraph() 공개 메소드

public Paragraph ( IEnumerable children ) : System
children IEnumerable
리턴 System

PostProcessAndValidate() 공개 메소드

public PostProcessAndValidate ( IStepValidator stepValidator, Step step ) : void
stepValidator IStepValidator
step Step
리턴 void

TitleOrFormat() 공개 메소드

public TitleOrFormat ( ) : string
리턴 string

ToMissingCode() 공개 메소드

public ToMissingCode ( bool withinParagraph = false ) : string
withinParagraph bool
리턴 string

configureSampleStep() 보호된 메소드

protected configureSampleStep ( Step step ) : void
step Step
리턴 void

프로퍼티 상세

children 공개적으로 프로퍼티

public GrammarModel[],StoryTeller.Model children
리턴 StoryTeller.Model.GrammarModel[]

title 공개적으로 프로퍼티

public string title
리턴 string