C# Class StoryTeller.Model.Persistence.DSL.GrammarModeBase

Inheritance: IReaderMode
Afficher le fichier Open project: storyteller/Storyteller

Méthodes publiques

Méthode Description
Read ( int indention, string text ) : IReaderMode

Méthodes protégées

Méthode Description
applyValue ( string target, Cell cell, string value ) : void

Method Details

Read() public abstract méthode

public abstract Read ( int indention, string text ) : IReaderMode
indention int
text string
Résultat IReaderMode

applyValue() protected méthode

protected applyValue ( string target, Cell cell, string value ) : void
target string
cell Cell
value string
Résultat void