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

Inheritance: Cirrious.MvvmCross.ViewModels.MvxViewModel
Exibir arquivo Open project: fpt-software/Wordpress-Client

Protected Properties

Property Type Description
LastTimeLoadedData long
Service IFNewsService

Public Methods

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

Protected Methods

Method Description
ShowWebPage ( string webPage ) : void

Method Details

BaseViewModel() public method

public BaseViewModel ( IFNewsService service, IMvxDeviceInfo deviceInfoPlugin ) : System
service IFNewsService
deviceInfoPlugin IMvxDeviceInfo
return System

RefreshData() public method

public RefreshData ( ) : void
return void

ShowErrorMessage() public method

public ShowErrorMessage ( string msg, Exception e = null ) : void
msg string
e System.Exception
return void

ShowWebPage() protected method

protected ShowWebPage ( string webPage ) : void
webPage string
return void

Start() public method

public Start ( ) : void
return void

Property Details

LastTimeLoadedData protected_oe property

protected long LastTimeLoadedData
return long

Service protected_oe property

protected IFNewsService Service
return IFNewsService