C# 클래스 EvolveApp.ViewModels.DeviceLandingPageViewModel

상속: BaseViewModel
파일 보기 프로젝트 열기: xamarin/mini-hacks 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
variables string>.Dictionary

공개 메소드들

메소드 설명
DeviceLandingPageViewModel ( ParticleDevice device ) : Particle
RefreshDeviceAsync ( ) : System.Threading.Tasks.Task
SetLock ( bool locked = true ) : void
TryFlashFileAsync ( string fileSelected ) : Task

비공개 메소드들

메소드 설명
WaitForFlashCompleteAsync ( System.DateTime lastDate ) : Task

메소드 상세

DeviceLandingPageViewModel() 공개 메소드

public DeviceLandingPageViewModel ( ParticleDevice device ) : Particle
device Particle.ParticleDevice
리턴 Particle

RefreshDeviceAsync() 공개 메소드

public RefreshDeviceAsync ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

SetLock() 공개 메소드

public SetLock ( bool locked = true ) : void
locked bool
리턴 void

TryFlashFileAsync() 공개 메소드

public TryFlashFileAsync ( string fileSelected ) : Task
fileSelected string
리턴 Task

프로퍼티 상세

variables 공개적으로 프로퍼티

public Dictionary variables
리턴 string>.Dictionary