C# 클래스 Com.Aurora.AuWeather.Models.Settings.Immersive

파일 보기 프로젝트 열기: aurora-lzzp/Aurora-Weather

공개 메소드들

메소드 설명
CheckLocal ( string title, Uri lUri ) : void
Get ( ) : Immersive
GetCurrentBackgroundAsync ( WeatherCondition condition, bool isNight ) : Task
GetFileFromLocalAsync ( string title ) : Task
GetThumbnailsFromAssetsAsync ( string title ) : string>>>.Task
Pick ( string name, int number ) : void
RemoveLocal ( string title ) : System.Threading.Tasks.Task
Save ( ) : void
SaveLocalFile ( string title, StorageFile file ) : Task

메소드 상세

CheckLocal() 공개 메소드

public CheckLocal ( string title, Uri lUri ) : void
title string
lUri System.Uri
리턴 void

Get() 공개 정적인 메소드

public static Get ( ) : Immersive
리턴 Immersive

GetCurrentBackgroundAsync() 공개 메소드

public GetCurrentBackgroundAsync ( WeatherCondition condition, bool isNight ) : Task
condition WeatherCondition
isNight bool
리턴 Task

GetFileFromLocalAsync() 공개 정적인 메소드

public static GetFileFromLocalAsync ( string title ) : Task
title string
리턴 Task

GetThumbnailsFromAssetsAsync() 공개 정적인 메소드

public static GetThumbnailsFromAssetsAsync ( string title ) : string>>>.Task
title string
리턴 string>>>.Task

Pick() 공개 메소드

public Pick ( string name, int number ) : void
name string
number int
리턴 void

RemoveLocal() 공개 메소드

public RemoveLocal ( string title ) : System.Threading.Tasks.Task
title string
리턴 System.Threading.Tasks.Task

Save() 공개 메소드

public Save ( ) : void
리턴 void

SaveLocalFile() 공개 메소드

public SaveLocalFile ( string title, StorageFile file ) : Task
title string
file Windows.Storage.StorageFile
리턴 Task