C# Class MahTweets.TweetProcessors.WordTextProcessors.HttpUrl

Inheritance: IWordTransfomProvider
Datei anzeigen Open project: nickhodge/MahTweets.LawrenceHargrave

Public Methods

Method Description
AddImagePreviewIcon ( IStatusUpdate oStatusUpdate, InlineLink il, string matchedurl ) : void
HttpUrl ( ) : System
Match ( String word, System.Windows.Media.Brush lBrush, IStatusUpdate oStatusUpdate ) : InlineLink

Private Methods

Method Description
AddAdditionalSmartText ( InlineLink il, string f ) : void
CheckAndConvertToLongUrl ( IStatusUpdate oStatusUpdate, InlineLink il, string nmatched ) : void
CheckAndConvertToManualLongUrl ( string nmatched ) : Task

Method Details

AddImagePreviewIcon() public method

public AddImagePreviewIcon ( IStatusUpdate oStatusUpdate, InlineLink il, string matchedurl ) : void
oStatusUpdate IStatusUpdate
il MahTweets.Core.Media.InlineLink
matchedurl string
return void

HttpUrl() public method

public HttpUrl ( ) : System
return System

Match() public method

public Match ( String word, System.Windows.Media.Brush lBrush, IStatusUpdate oStatusUpdate ) : InlineLink
word String
lBrush System.Windows.Media.Brush
oStatusUpdate IStatusUpdate
return MahTweets.Core.Media.InlineLink