C# Class StorytellerDocGen.Commands.CommandUsageBodyTransformHandler

Inheritance: ITransformHandler
Show file Open project: storyteller/Storyteller

Public Methods

Method Description
CommandBodyTags ( string applicationName, CommandReport report ) : IEnumerable
CommandUsageBodyTransformHandler ( ICommandUsageCache cache ) : System.Collections.Generic
Transform ( Topic current, string data ) : string

Method Details

CommandBodyTags() public static method

public static CommandBodyTags ( string applicationName, CommandReport report ) : IEnumerable
applicationName string
report CommandReport
return IEnumerable

CommandUsageBodyTransformHandler() public method

public CommandUsageBodyTransformHandler ( ICommandUsageCache cache ) : System.Collections.Generic
cache ICommandUsageCache
return System.Collections.Generic

Transform() public method

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