C# 클래스 booruReader.Model.FavoriteHandler

This is an offline posts fetcher for the favorites
파일 보기 프로젝트 열기: earlnuclear/DanbooruBrowser 1 사용 예제들

공개 메소드들

메소드 설명
AddToFavorites ( BasePost webPost, string fileToCopy ) : void
FavoriteHandler ( ) : System.Collections.Generic
FetchFavorites ( string tagsToMatch ) : List
RemoveFromFavorites ( BasePost post ) : void

비공개 메소드들

메소드 설명
CheckForRemovedFavorites ( ) : void
FolderSetup ( ) : void
FormFilename ( string md5, string FullPictureURL ) : string

MD5 based filename builder

PopulateLit ( ) : void
UpdateFavoritesConfigFile ( ) : void

메소드 상세

AddToFavorites() 공개 메소드

public AddToFavorites ( BasePost webPost, string fileToCopy ) : void
webPost BasePost
fileToCopy string
리턴 void

FavoriteHandler() 공개 메소드

public FavoriteHandler ( ) : System.Collections.Generic
리턴 System.Collections.Generic

FetchFavorites() 공개 메소드

public FetchFavorites ( string tagsToMatch ) : List
tagsToMatch string
리턴 List

RemoveFromFavorites() 공개 메소드

public RemoveFromFavorites ( BasePost post ) : void
post BasePost
리턴 void