C# 클래스 StorytellerDocGen.Commands.CommandUsageBodyTransformHandler

상속: ITransformHandler
파일 보기 프로젝트 열기: storyteller/Storyteller

공개 메소드들

메소드 설명
CommandBodyTags ( string applicationName, CommandReport report ) : IEnumerable
CommandUsageBodyTransformHandler ( ICommandUsageCache cache ) : System.Collections.Generic
Transform ( Topic current, string data ) : string

메소드 상세

CommandBodyTags() 공개 정적인 메소드

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

CommandUsageBodyTransformHandler() 공개 메소드

public CommandUsageBodyTransformHandler ( ICommandUsageCache cache ) : System.Collections.Generic
cache ICommandUsageCache
리턴 System.Collections.Generic

Transform() 공개 메소드

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