C# Class StorytellerDocGen.Transformation.CodeSampleTransformHandler

Inheritance: ITransformHandler
ファイルを表示 Open project: storyteller/Storyteller Class Usage Examples

Public Methods

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

Method Details

CodeSampleTransformHandler() public method

public CodeSampleTransformHandler ( ISampleCache cache ) : System
cache ISampleCache
return System

TagForSample() public method

public TagForSample ( string sampleName ) : HtmlTag
sampleName string
return HtmlTag

Transform() public method

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