C# Class StorytellerDocGen.Transformation.LinkToTransformHandler

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

Public Properties

Property Type Description
Template string

Public Methods

Method Description
LinkToTransformHandler ( IUrlResolver urls, Topic top ) : System
ToAbsoluteKey ( string currentKey, string key ) : string
Transform ( Topic current, string data ) : string

Private Methods

Method Description
findOther ( Topic current, string key ) : Topic
transformFromTopic ( Topic current, Topic other, string props ) : string

Method Details

LinkToTransformHandler() public method

public LinkToTransformHandler ( IUrlResolver urls, Topic top ) : System
urls IUrlResolver
top StorytellerDocGen.Topics.Topic
return System

ToAbsoluteKey() public static method

public static ToAbsoluteKey ( string currentKey, string key ) : string
currentKey string
key string
return string

Transform() public method

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

Property Details

Template public_oe static_oe property

public static string Template
return string