C# Class eCollegeWP7.ViewModels.ActivitiesViewModel

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
ActivitiesViewModel ( ) : System
ActivitiesViewModel ( long courseId ) : System
ActivitiesViewModel ( long courseId, string typeFilter ) : System
Load ( bool all ) : void
Load ( bool all, Action callback ) : void

Method Details

ActivitiesViewModel() public méthode

public ActivitiesViewModel ( ) : System
Résultat System

ActivitiesViewModel() public méthode

public ActivitiesViewModel ( long courseId ) : System
courseId long
Résultat System

ActivitiesViewModel() public méthode

public ActivitiesViewModel ( long courseId, string typeFilter ) : System
courseId long
typeFilter string
Résultat System

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

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