C# Class StorytellerDocGen.Exporting.Exporter

Afficher le fichier Open project: storyteller/Storyteller

Méthodes publiques

Méthode Description
CleanTarget ( string directory ) : void
ExportTo ( string directory, Topic root, string>.Func pathing ) : void
Exporter ( DocSettings settings, IHtmlGenerator generator ) : System

Method Details

CleanTarget() public méthode

public CleanTarget ( string directory ) : void
directory string
Résultat void

ExportTo() public méthode

public ExportTo ( string directory, Topic root, string>.Func pathing ) : void
directory string
root StorytellerDocGen.Topics.Topic
pathing string>.Func
Résultat void

Exporter() public méthode

public Exporter ( DocSettings settings, IHtmlGenerator generator ) : System
settings DocSettings
generator IHtmlGenerator
Résultat System