C# 클래스 Sozialhelden.Wheelmap.Lib.ViewModel.MainViewModel

상속: INotifyPropertyChanged
파일 보기 프로젝트 열기: sozialhelden/wheelmap-wp7

공개 메소드들

메소드 설명
GetCategorie ( string identifier ) : CategoryViewModel

Find a Category ind the Categories Collection. Id it does not exist we create a new object

LoadData ( ) : void
MainViewModel ( ) : System
actionLoadCategories ( ) : void

load alle categories from Server and fill into Categories Collection the collection will be updated and not cleared

보호된 메소드들

메소드 설명
HandleError ( Exception ex ) : void

비공개 메소드들

메소드 설명
InitCommands ( ) : List

Inits the commands.

RaiseCurrentPositionChanged ( System gc ) : void
actionCmd1 ( ) : void
actionCmd2 ( ) : void
callbackCurrentPositionRefreshTimer_Tick ( object sender, EventArgs e ) : void

Handles the Tick event of the CurrentPositionRefreshTimer

callbackCurrentPositionWatcher_StatusChanged ( object sender, System e ) : void

Handles the StatusChanged event of the CurrentPositionWatcher

initGeoWatcher ( ) : void

starts a geoposition watcher

메소드 상세

GetCategorie() 공개 메소드

Find a Category ind the Categories Collection. Id it does not exist we create a new object
public GetCategorie ( string identifier ) : CategoryViewModel
identifier string
리턴 CategoryViewModel

HandleError() 보호된 메소드

protected HandleError ( Exception ex ) : void
ex System.Exception
리턴 void

LoadData() 공개 메소드

public LoadData ( ) : void
리턴 void

MainViewModel() 공개 메소드

public MainViewModel ( ) : System
리턴 System

actionLoadCategories() 공개 메소드

load alle categories from Server and fill into Categories Collection the collection will be updated and not cleared
public actionLoadCategories ( ) : void
리턴 void