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

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

공개 프로퍼티들

프로퍼티 타입 설명
DayFormat string[]
DecorateFormat string[]
HourFormat string[]
MinuteFormat string[]
MonthFormat string[]
WeekFormat string[]
YearFormat string[]

공개 메소드들

메소드 설명
Get ( ) : Preferences
GetDateFormat ( ) : string
GetForecastFormat ( ) : string
GetHourlyFormat ( ) : string
GetImmersiveHourFormat ( ) : string
GetImmersiveMinFormat ( ) : string
GetTheme ( ) : ElementTheme
GetTileFormat ( ) : string
Save ( ) : void
Set ( DataSource d ) : System.Threading.Tasks.Task
Set ( LengthParameter l ) : void
Set ( PressureParameter p ) : void
Set ( RequestedTheme r ) : void
Set ( SpeedParameter s ) : void
Set ( TemperatureParameter t ) : void
Set ( WindParameter w ) : void
Set ( uint r ) : void

메소드 상세

Get() 공개 정적인 메소드

public static Get ( ) : Preferences
리턴 Preferences

GetDateFormat() 공개 메소드

public GetDateFormat ( ) : string
리턴 string

GetForecastFormat() 공개 메소드

public GetForecastFormat ( ) : string
리턴 string

GetHourlyFormat() 공개 메소드

public GetHourlyFormat ( ) : string
리턴 string

GetImmersiveHourFormat() 공개 메소드

public GetImmersiveHourFormat ( ) : string
리턴 string

GetImmersiveMinFormat() 공개 메소드

public GetImmersiveMinFormat ( ) : string
리턴 string

GetTheme() 공개 메소드

public GetTheme ( ) : ElementTheme
리턴 ElementTheme

GetTileFormat() 공개 메소드

public GetTileFormat ( ) : string
리턴 string

Save() 공개 메소드

public Save ( ) : void
리턴 void

Set() 공개 메소드

public Set ( DataSource d ) : System.Threading.Tasks.Task
d DataSource
리턴 System.Threading.Tasks.Task

Set() 공개 메소드

public Set ( LengthParameter l ) : void
l LengthParameter
리턴 void

Set() 공개 메소드

public Set ( PressureParameter p ) : void
p PressureParameter
리턴 void

Set() 공개 메소드

public Set ( RequestedTheme r ) : void
r RequestedTheme
리턴 void

Set() 공개 메소드

public Set ( SpeedParameter s ) : void
s SpeedParameter
리턴 void

Set() 공개 메소드

public Set ( TemperatureParameter t ) : void
t TemperatureParameter
리턴 void

Set() 공개 메소드

public Set ( WindParameter w ) : void
w WindParameter
리턴 void

Set() 공개 메소드

public Set ( uint r ) : void
r uint
리턴 void

프로퍼티 상세

DayFormat 공개적으로 프로퍼티

public string[] DayFormat
리턴 string[]

DecorateFormat 공개적으로 프로퍼티

public string[] DecorateFormat
리턴 string[]

HourFormat 공개적으로 프로퍼티

public string[] HourFormat
리턴 string[]

MinuteFormat 공개적으로 프로퍼티

public string[] MinuteFormat
리턴 string[]

MonthFormat 공개적으로 프로퍼티

public string[] MonthFormat
리턴 string[]

WeekFormat 공개적으로 프로퍼티

public string[] WeekFormat
리턴 string[]

YearFormat 공개적으로 프로퍼티

public string[] YearFormat
리턴 string[]