C# Class StoryTeller.UserInterface.Editing.HTML.SentenceWriter

Inheritance: ISentenceVisitor
Afficher le fichier Open project: adymitruk/storyteller Class Usage Examples

Méthodes publiques

Méthode Description
Input ( StoryTeller.Model.TextInput input ) : void
Label ( Label label ) : void
SentenceWriter ( GrammarTag grammar, ICellBuilderLibrary builders ) : System
Write ( ) : void

Method Details

Input() public méthode

public Input ( StoryTeller.Model.TextInput input ) : void
input StoryTeller.Model.TextInput
Résultat void

Label() public méthode

public Label ( Label label ) : void
label Label
Résultat void

SentenceWriter() public méthode

public SentenceWriter ( GrammarTag grammar, ICellBuilderLibrary builders ) : System
grammar GrammarTag
builders ICellBuilderLibrary
Résultat System

Write() public méthode

public Write ( ) : void
Résultat void