C# Class eCollegeWP7.ViewModels.UpcomingEventsViewModel

Inheritance: ViewModelBase
Afficher le fichier Open project: PearsonLearningStudio/mobile2-windows7 Class Usage Examples

Protected Properties

Свойство Type Description
_loadingWorker System.ComponentModel.BackgroundWorker
_typeFilter string

Méthodes publiques

Méthode Description
Load ( bool all ) : void
Load ( bool all, Action callback ) : void
UpcomingEventsViewModel ( ) : System

Method Details

Load() public méthode

public Load ( bool all ) : void
all bool
Résultat void

Load() public méthode

public Load ( bool all, Action callback ) : void
all bool
callback Action
Résultat void

UpcomingEventsViewModel() public méthode

public UpcomingEventsViewModel ( ) : System
Résultat System

Property Details

_loadingWorker protected_oe property

protected BackgroundWorker,System.ComponentModel _loadingWorker
Résultat System.ComponentModel.BackgroundWorker

_typeFilter protected_oe property

protected string _typeFilter
Résultat string