C# Class StorytellerDocGen.Transformation.CodeSampleTransformHandler

Inheritance: ITransformHandler
Afficher le fichier Open project: storyteller/Storyteller Class Usage Examples

Méthodes publiques

Méthode Description
CodeSampleTransformHandler ( ISampleCache cache ) : System
TagForSample ( string sampleName ) : HtmlTag
Transform ( Topic current, string data ) : string

Method Details

CodeSampleTransformHandler() public méthode

public CodeSampleTransformHandler ( ISampleCache cache ) : System
cache ISampleCache
Résultat System

TagForSample() public méthode

public TagForSample ( string sampleName ) : HtmlTag
sampleName string
Résultat HtmlTag

Transform() public méthode

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