C# Class StorytellerDocGen.Transformation.HtmlGenerator

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

Méthodes publiques

Méthode Description
Generate ( Topic topic ) : string
HtmlGenerator ( DocSettings settings, ITransformer transformer ) : System

Private Methods

Méthode Description
HtmlGenerator ( ) : System
generate ( Topic topic ) : string
readTemplate ( ) : string

Method Details

Generate() public méthode

public Generate ( Topic topic ) : string
topic StorytellerDocGen.Topics.Topic
Résultat string

HtmlGenerator() public méthode

public HtmlGenerator ( DocSettings settings, ITransformer transformer ) : System
settings DocSettings
transformer ITransformer
Résultat System