C# Class StorytellerDocGen.Transformation.Transformer

Inheritance: ITransformer
ファイルを表示 Open project: storyteller/Storyteller

Public Methods

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

Method Details

ToHtml() public static method

public static ToHtml ( string text ) : string
text string
return string

Transform() public method

public Transform ( Topic current, string before ) : string
current StorytellerDocGen.Topics.Topic
before string
return string

Transformer() public method

public Transformer ( IEnumerable handlers ) : System
handlers IEnumerable
return System