C# Class MahTweets.TweetProcessors.TextProcessorEngine

Inheritance: ITextProcessorEngine
Afficher le fichier Open project: nickhodge/MahTweets.LawrenceHargrave

Méthodes publiques

Méthode Description
LinkClick ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
SetupElementCaches ( FrameworkElement uie ) : void
ShortenVisualInlineUrl ( string expanded ) : string
WebSymbolHelper ( string character, string tooltip ) : InlineLink

Private Methods

Méthode Description
StartProcess ( string url ) : Task

Method Details

LinkClick() public méthode

public LinkClick ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
sender object
e System.Windows.Input.MouseButtonEventArgs
Résultat void

SetupElementCaches() public méthode

public SetupElementCaches ( FrameworkElement uie ) : void
uie System.Windows.FrameworkElement
Résultat void

ShortenVisualInlineUrl() public méthode

public ShortenVisualInlineUrl ( string expanded ) : string
expanded string
Résultat string

WebSymbolHelper() public méthode

public WebSymbolHelper ( string character, string tooltip ) : InlineLink
character string
tooltip string
Résultat MahTweets.Core.Media.InlineLink