Property | Type | Description | |
---|---|---|---|
children | StoryTeller.Model.GrammarModel[] | ||
title | string |
Method | Description | |
---|---|---|
AddChild ( |
||
ApplyOverrides ( |
||
Paragraph ( ) : System | ||
Paragraph ( IEnumerable |
||
PostProcessAndValidate ( IStepValidator stepValidator, |
||
TitleOrFormat ( ) : string | ||
ToMissingCode ( bool withinParagraph = false ) : string |
Method | Description | |
---|---|---|
configureSampleStep ( |
public AddChild ( |
||
grammar | ||
return | void |
public ApplyOverrides ( |
||
grammar | ||
return |
public Paragraph ( IEnumerable |
||
children | IEnumerable |
|
return | System |
public PostProcessAndValidate ( IStepValidator stepValidator, |
||
stepValidator | IStepValidator | |
step | ||
return | void |
public ToMissingCode ( bool withinParagraph = false ) : string | ||
withinParagraph | bool | |
return | string |
protected configureSampleStep ( |
||
step | ||
return | void |
public GrammarModel[],StoryTeller.Model children | ||
return | StoryTeller.Model.GrammarModel[] |