C# Class eCollegeWP7.ViewModels.UpcomingEventsViewModel

Inheritance: ViewModelBase
Mostra file Open project: PearsonLearningStudio/mobile2-windows7 Class Usage Examples

Protected Properties

Property Type Description
_loadingWorker System.ComponentModel.BackgroundWorker
_typeFilter string

Public Methods

Method Description
Load ( bool all ) : void
Load ( bool all, Action callback ) : void
UpcomingEventsViewModel ( ) : System

Method Details

Load() public method

public Load ( bool all ) : void
all bool
return void

Load() public method

public Load ( bool all, Action callback ) : void
all bool
callback Action
return void

UpcomingEventsViewModel() public method

public UpcomingEventsViewModel ( ) : System
return System

Property Details

_loadingWorker protected_oe property

protected BackgroundWorker,System.ComponentModel _loadingWorker
return System.ComponentModel.BackgroundWorker

_typeFilter protected_oe property

protected string _typeFilter
return string