C# 클래스 TheChan.ViewModels.SettingsViewModel

상속: Caliburn.Micro.Screen
파일 보기 프로젝트 열기: acedened/TheChan 1 사용 예제들

Private Properties

프로퍼티 타입 설명
ApplyLanguage void
CalculateCache System.Threading.Tasks.Task
ClearCache System.Threading.Tasks.Task
CreateVersion string
Donate void
FulfillUnfulfilledConsumables System.Threading.Tasks.Task
SetupMediaDownloadFolder void

공개 메소드들

메소드 설명
ClearImagesCache ( ) : void
ClearVideoCache ( ) : void
GoToLastNews ( ) : void
PickDefaultMediaDownloadFolder ( ) : void
RunCloudflareAuthorization ( ) : void
SettingsViewModel ( IShell shell, ISettingsService settingsService, ICacheService cacheService, IBoard board, INewsService newsService ) : System

보호된 메소드들

메소드 설명
OnActivate ( ) : void

비공개 메소드들

메소드 설명
ApplyLanguage ( object sender, SuspendingEventArgs suspendingEventArgs ) : void
CalculateCache ( ) : System.Threading.Tasks.Task
ClearCache ( CacheItemType type ) : System.Threading.Tasks.Task
CreateVersion ( ) : string
Donate ( int num ) : void
FulfillUnfulfilledConsumables ( ) : System.Threading.Tasks.Task
SetupMediaDownloadFolder ( ) : void

메소드 상세

ClearImagesCache() 공개 메소드

public ClearImagesCache ( ) : void
리턴 void

ClearVideoCache() 공개 메소드

public ClearVideoCache ( ) : void
리턴 void

GoToLastNews() 공개 메소드

public GoToLastNews ( ) : void
리턴 void

OnActivate() 보호된 메소드

protected OnActivate ( ) : void
리턴 void

PickDefaultMediaDownloadFolder() 공개 메소드

public PickDefaultMediaDownloadFolder ( ) : void
리턴 void

RunCloudflareAuthorization() 공개 메소드

public RunCloudflareAuthorization ( ) : void
리턴 void

SettingsViewModel() 공개 메소드

public SettingsViewModel ( IShell shell, ISettingsService settingsService, ICacheService cacheService, IBoard board, INewsService newsService ) : System
shell IShell
settingsService ISettingsService
cacheService ICacheService
board IBoard
newsService INewsService
리턴 System