Property | Type | Description | |
---|---|---|---|
_loadingWorker | |||
_typeFilter | string |
Method | Description | |
---|---|---|
ActivitiesViewModel ( ) : System | ||
ActivitiesViewModel ( long courseId ) : System | ||
ActivitiesViewModel ( long courseId, string typeFilter ) : System | ||
Load ( bool all ) : void | ||
Load ( bool all, Action |
public ActivitiesViewModel ( long courseId ) : System | ||
courseId | long | |
return | System |
public ActivitiesViewModel ( long courseId, string typeFilter ) : System | ||
courseId | long | |
typeFilter | string | |
return | System |
public Load ( bool all, Action |
||
all | bool | |
callback | Action |
|
return | void |
protected BackgroundWorker,System.ComponentModel _loadingWorker | ||
return |