C# Class booruReader.Model.FavoriteHandler

This is an offline posts fetcher for the favorites
Afficher le fichier Open project: earlnuclear/DanbooruBrowser Class Usage Examples

Méthodes publiques

Méthode Description
AddToFavorites ( BasePost webPost, string fileToCopy ) : void
FavoriteHandler ( ) : System.Collections.Generic
FetchFavorites ( string tagsToMatch ) : List
RemoveFromFavorites ( BasePost post ) : void

Private Methods

Méthode Description
CheckForRemovedFavorites ( ) : void
FolderSetup ( ) : void
FormFilename ( string md5, string FullPictureURL ) : string

MD5 based filename builder

PopulateLit ( ) : void
UpdateFavoritesConfigFile ( ) : void

Method Details

AddToFavorites() public méthode

public AddToFavorites ( BasePost webPost, string fileToCopy ) : void
webPost BasePost
fileToCopy string
Résultat void

FavoriteHandler() public méthode

public FavoriteHandler ( ) : System.Collections.Generic
Résultat System.Collections.Generic

FetchFavorites() public méthode

public FetchFavorites ( string tagsToMatch ) : List
tagsToMatch string
Résultat List

RemoveFromFavorites() public méthode

public RemoveFromFavorites ( BasePost post ) : void
post BasePost
Résultat void