C# Class StorytellerDocGen.Transformation.Transformer

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

Méthodes publiques

Méthode Description
ToHtml ( string text ) : string
Transform ( Topic current, string before ) : string
Transformer ( IEnumerable handlers ) : System

Method Details

ToHtml() public static méthode

public static ToHtml ( string text ) : string
text string
Résultat string

Transform() public méthode

public Transform ( Topic current, string before ) : string
current StorytellerDocGen.Topics.Topic
before string
Résultat string

Transformer() public méthode

public Transformer ( IEnumerable handlers ) : System
handlers IEnumerable
Résultat System