Class RemindersModel
public sealed class RemindersModel : SidebarModelBase, ISidebarModel, IModel, INotifyPropertyChanged
- Inheritance
-
RemindersModel
- Implements
- Inherited Members
- Extension Methods
Constructors
RemindersModel(IServices, string, bool, DispatcherTimer)
public RemindersModel(IServices s, string name, bool sortReminders, DispatcherTimer updateTimer)
Parameters
sIServicesnamestringsortRemindersboolupdateTimerDispatcherTimer
Properties
FilteredTasks
public ListCollectionView FilteredTasks { get; }
Property Value
ShowEmptyTasks
public bool ShowEmptyTasks { get; set; }
Property Value
Tasks
public ObservableCollection<ReminderModel> Tasks { get; }
Property Value
UpdateCancellation
public CancellationTokenSource UpdateCancellation { get; }
Property Value
UpdateTimer
public DispatcherTimer UpdateTimer { get; }