Метод | Описание | |
---|---|---|
HomePageViewModel ( IEventAggregator eventAggregator, IRestService restService, INavigationService navigationService, IPushClientService pushClientService, IOpenhabDatabase database ) : System | ||
OnNavigatedTo ( NavigatedToEventArgs e, object>.Dictionary |
||
OnNavigatingFrom ( NavigatingFromEventArgs e, object>.Dictionary |
Метод | Описание | |
---|---|---|
Load ( string pageName ) : void | ||
OnDataReceived ( string obj ) : void | ||
OnEventReceived ( string obj ) : void | ||
RegeisterForPushEvents ( string url, string fallbackUrl ) : void | ||
ShowInfo ( ) : void | ||
ShowSetup ( ) : void | ||
ShowSitemaps ( ) : void | ||
WidgetTapped ( SwitchWidgetButtonTappedArgs args ) : void |
public HomePageViewModel ( IEventAggregator eventAggregator, IRestService restService, INavigationService navigationService, IPushClientService pushClientService, IOpenhabDatabase database ) : System | ||
eventAggregator | IEventAggregator | |
restService | IRestService | |
navigationService | INavigationService | |
pushClientService | IPushClientService | |
database | IOpenhabDatabase | |
Результат | System |
public OnNavigatedTo ( NavigatedToEventArgs e, object>.Dictionary |
||
e | NavigatedToEventArgs | |
viewModelState | object>.Dictionary | |
Результат | void |
public OnNavigatingFrom ( NavigatingFromEventArgs e, object>.Dictionary |
||
e | NavigatingFromEventArgs | |
viewModelState | object>.Dictionary | |
suspending | bool | |
Результат | void |