C# Class StoryTeller.Model.Sentence

Inheritance: GrammarStructure, IWriter
Afficher le fichier Open project: storyteller/Storyteller Class Usage Examples

Méthodes publiques

Свойство Type Description
fact bool
format string

Méthodes publiques

Méthode 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 méthode

public AddCell ( Cell cell ) : void
cell Cell
Résultat void

ApplyOverrides() public méthode

public ApplyOverrides ( GrammarModel grammar ) : GrammarModel
grammar GrammarModel
Résultat GrammarModel

FindCell() public méthode

public FindCell ( string cell ) : Cell
cell string
Résultat Cell

PostProcessAndValidate() public méthode

public PostProcessAndValidate ( IStepValidator stepValidator, Step step ) : void
stepValidator IStepValidator
step Step
Résultat void

Sentence() public méthode

public Sentence ( ) : System
Résultat System

Sentence() public méthode

public Sentence ( string key, string format ) : System
key string
format string
Résultat System

TitleOrFormat() public méthode

public TitleOrFormat ( ) : string
Résultat string

ToMissingCode() public méthode

public ToMissingCode ( bool withinParagraph = false ) : string
withinParagraph bool
Résultat string

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

fact public_oe property

public bool fact
Résultat bool

format public_oe property

public string format
Résultat string