C# Class WeiranZhang.Metropaper.Controllers.DownloadsController

Afficher le fichier Open project: weiran/Metropaper Class Usage Examples

Méthodes publiques

Méthode Description
AddBookmark ( Bookmark bookmark ) : void
AddBookmarks ( IEnumerable bookmarks ) : void
DownloadsController ( ) : System
ProcessQueue ( ) : void

Private Methods

Méthode Description
GetBodyContent ( string source ) : string
GetBookmarkViewModel ( Bookmark bookmark ) : BookmarkViewModel
GetDescriptionContent ( string source ) : string
GetWordCount ( string s ) : int
ProcessBodyImages ( long bookmarkId, string html ) : void
StripXML ( string source ) : string

Method Details

AddBookmark() public méthode

public AddBookmark ( Bookmark bookmark ) : void
bookmark WeiranZhang.InstapaperAPI.Models.Bookmark
Résultat void

AddBookmarks() public méthode

public AddBookmarks ( IEnumerable bookmarks ) : void
bookmarks IEnumerable
Résultat void

DownloadsController() public méthode

public DownloadsController ( ) : System
Résultat System

ProcessQueue() public méthode

public ProcessQueue ( ) : void
Résultat void