C# Class StorytellerDocGen.Transformation.LinkToTransformHandler

Inheritance: ITransformHandler
Afficher le fichier Open project: storyteller/Storyteller

Méthodes publiques

Свойство Type Description
Template string

Méthodes publiques

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

Private Methods

Méthode Description
findOther ( Topic current, string key ) : Topic
transformFromTopic ( Topic current, Topic other, string props ) : string

Method Details

LinkToTransformHandler() public méthode

public LinkToTransformHandler ( IUrlResolver urls, Topic top ) : System
urls IUrlResolver
top StorytellerDocGen.Topics.Topic
Résultat System

ToAbsoluteKey() public static méthode

public static ToAbsoluteKey ( string currentKey, string key ) : string
currentKey string
key string
Résultat string

Transform() public méthode

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

Property Details

Template public_oe static_oe property

public static string Template
Résultat string