C# Class EvolveApp.ViewModels.DeviceLandingPageViewModel

Inheritance: BaseViewModel
Mostrar archivo Open project: xamarin/mini-hacks Class Usage Examples

Public Properties

Property Type Description
variables string>.Dictionary

Public Methods

Method Description
DeviceLandingPageViewModel ( ParticleDevice device ) : Particle
RefreshDeviceAsync ( ) : System.Threading.Tasks.Task
SetLock ( bool locked = true ) : void
TryFlashFileAsync ( string fileSelected ) : Task

Private Methods

Method Description
WaitForFlashCompleteAsync ( System.DateTime lastDate ) : Task

Method Details

DeviceLandingPageViewModel() public method

public DeviceLandingPageViewModel ( ParticleDevice device ) : Particle
device Particle.ParticleDevice
return Particle

RefreshDeviceAsync() public method

public RefreshDeviceAsync ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

SetLock() public method

public SetLock ( bool locked = true ) : void
locked bool
return void

TryFlashFileAsync() public method

public TryFlashFileAsync ( string fileSelected ) : Task
fileSelected string
return Task

Property Details

variables public_oe property

public Dictionary variables
return string>.Dictionary