C# Class Postworthy.Models.Streaming.RealtimeProcessingStep

Inheritance: StandardProcessingStep
Datei anzeigen Open project: postworthy/postworthy

Public Methods

Method Description
Init ( string screenname, System log ) : void

Protected Methods

Method Description
StoreInRepository ( IEnumerable tweets ) : void

Private Methods

Method Description
CreateContent ( List groupingResults, ArticleStubPage existing ) : Task>
ExtractImageUris ( UriEx uriex, HtmlAgilityPack doc ) : List
ExtractSummary ( string title, HtmlAgilityPack doc ) : string
GetBestImage ( IEnumerable images ) : Uri>>.Task

Method Details

Init() public method

public Init ( string screenname, System log ) : void
screenname string
log System
return void

StoreInRepository() protected method

protected StoreInRepository ( IEnumerable tweets ) : void
tweets IEnumerable
return void