C# Class EvolveApp.ViewModels.DeviceLandingPageViewModel

Inheritance: BaseViewModel
Afficher le fichier Open project: xamarin/mini-hacks Class Usage Examples

Méthodes publiques

Свойство Type Description
variables string>.Dictionary

Méthodes publiques

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

Private Methods

Méthode Description
WaitForFlashCompleteAsync ( System.DateTime lastDate ) : Task

Method Details

DeviceLandingPageViewModel() public méthode

public DeviceLandingPageViewModel ( ParticleDevice device ) : Particle
device Particle.ParticleDevice
Résultat Particle

RefreshDeviceAsync() public méthode

public RefreshDeviceAsync ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

SetLock() public méthode

public SetLock ( bool locked = true ) : void
locked bool
Résultat void

TryFlashFileAsync() public méthode

public TryFlashFileAsync ( string fileSelected ) : Task
fileSelected string
Résultat Task

Property Details

variables public_oe property

public Dictionary variables
Résultat string>.Dictionary