C# Class FSoft.WordApp.Core.ViewModels.BaseViewModel

Inheritance: Cirrious.MvvmCross.ViewModels.MvxViewModel
Afficher le fichier Open project: fpt-software/Wordpress-Client

Protected Properties

Свойство Type Description
LastTimeLoadedData long
Service IFNewsService

Méthodes publiques

Méthode Description
BaseViewModel ( IFNewsService service, IMvxDeviceInfo deviceInfoPlugin ) : System
RefreshData ( ) : void
ShowErrorMessage ( string msg, Exception e = null ) : void
Start ( ) : void

Méthodes protégées

Méthode Description
ShowWebPage ( string webPage ) : void

Method Details

BaseViewModel() public méthode

public BaseViewModel ( IFNewsService service, IMvxDeviceInfo deviceInfoPlugin ) : System
service IFNewsService
deviceInfoPlugin IMvxDeviceInfo
Résultat System

RefreshData() public méthode

public RefreshData ( ) : void
Résultat void

ShowErrorMessage() public méthode

public ShowErrorMessage ( string msg, Exception e = null ) : void
msg string
e System.Exception
Résultat void

ShowWebPage() protected méthode

protected ShowWebPage ( string webPage ) : void
webPage string
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Property Details

LastTimeLoadedData protected_oe property

protected long LastTimeLoadedData
Résultat long

Service protected_oe property

protected IFNewsService Service
Résultat IFNewsService