C# Class StoryTeller.Model.Sentence

Inheritance: GrammarStructure, IWriter
ファイルを表示 Open project: storyteller/Storyteller Class Usage Examples

Public Properties

Property Type Description
fact bool
format string

Public Methods

Method Description
AddCell ( Cell cell ) : void
ApplyOverrides ( GrammarModel grammar ) : GrammarModel
FindCell ( string cell ) : Cell
PostProcessAndValidate ( IStepValidator stepValidator, Step step ) : void
Sentence ( ) : System
Sentence ( string key, string format ) : System
TitleOrFormat ( ) : string
ToMissingCode ( bool withinParagraph = false ) : string
ToString ( ) : string

Method Details

AddCell() public method

public AddCell ( Cell cell ) : void
cell Cell
return void

ApplyOverrides() public method

public ApplyOverrides ( GrammarModel grammar ) : GrammarModel
grammar GrammarModel
return GrammarModel

FindCell() public method

public FindCell ( string cell ) : Cell
cell string
return Cell

PostProcessAndValidate() public method

public PostProcessAndValidate ( IStepValidator stepValidator, Step step ) : void
stepValidator IStepValidator
step Step
return void

Sentence() public method

public Sentence ( ) : System
return System

Sentence() public method

public Sentence ( string key, string format ) : System
key string
format string
return System

TitleOrFormat() public method

public TitleOrFormat ( ) : string
return string

ToMissingCode() public method

public ToMissingCode ( bool withinParagraph = false ) : string
withinParagraph bool
return string

ToString() public method

public ToString ( ) : string
return string

Property Details

fact public_oe property

public bool fact
return bool

format public_oe property

public string format
return string