C# Class FHSSpiritDataModels.MainViewModel

Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: spirit-fhs/wp7

Méthodes publiques

Méthode Description
LoadData ( ) : void

Erstellt und fügt einige ItemViewModel-Objekte zur Items-Auflistung hinzu.

MainViewModel ( ) : System
refreshCurrentNewsAndComments ( ) : void
refreshNews ( ItemMessageModel arrItemsMessageModel ) : void
setCurrentNewsAndComments ( ItemMessageModel itemMessageModel ) : void

Private Methods

Méthode Description
NotifyPropertyChanged ( String propertyName ) : void

Method Details

LoadData() public méthode

Erstellt und fügt einige ItemViewModel-Objekte zur Items-Auflistung hinzu.
public LoadData ( ) : void
Résultat void

MainViewModel() public méthode

public MainViewModel ( ) : System
Résultat System

refreshCurrentNewsAndComments() public méthode

public refreshCurrentNewsAndComments ( ) : void
Résultat void

refreshNews() public méthode

public refreshNews ( ItemMessageModel arrItemsMessageModel ) : void
arrItemsMessageModel ItemMessageModel
Résultat void

setCurrentNewsAndComments() public méthode

public setCurrentNewsAndComments ( ItemMessageModel itemMessageModel ) : void
itemMessageModel ItemMessageModel
Résultat void