C# Class Com.Aurora.AuWeather.ViewModels.DetailsPageViewModel

Inheritance: ViewModelBase
显示文件 Open project: aurora-lzzp/Aurora-Weather

Public Properties

Property Type Description
Forecasts ObservableCollection

Public Methods

Method Description
CurrentTimeRefreshTask ( ) : void
DetailsPageViewModel ( ) : Com.Aurora.AuWeather.Models

Private Methods

Method Description
FetchDataAsync ( ) : System.Threading.Tasks.Task
GetDailyXText ( double>.List list, StringBuilder sb ) : void
GetHourlyXText ( double>.List list, StringBuilder sb ) : void
Init ( ) : void
InitialConverterParameter ( SettingsModel settings ) : void
InitialViewModel ( ) : System.Threading.Tasks.Task
OnFetchDataComplete ( ) : void
OnFetchDataFailed ( object sender, FetchDataFailedEventArgs e ) : void
ReadSettings ( ) : void
RefreshCurrentTime ( ) : void
SearchExistingDataAsync ( ) : System.Threading.Tasks.Task
SetPanelWidth ( double v ) : void

Method Details

CurrentTimeRefreshTask() public method

public CurrentTimeRefreshTask ( ) : void
return void

DetailsPageViewModel() public method

public DetailsPageViewModel ( ) : Com.Aurora.AuWeather.Models
return Com.Aurora.AuWeather.Models

Property Details

Forecasts public_oe property

public ObservableCollection Forecasts
return ObservableCollection