Table of Contents

Class RemindersModel

Namespace
The.WPF.Sidebars
Assembly
Instagile.WPF.dll
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

s IServices
name string
sortReminders bool
updateTimer DispatcherTimer

Properties

FilteredTasks

public ListCollectionView FilteredTasks { get; }

Property Value

ListCollectionView

ShowEmptyTasks

public bool ShowEmptyTasks { get; set; }

Property Value

bool

Tasks

public ObservableCollection<ReminderModel> Tasks { get; }

Property Value

ObservableCollection<ReminderModel>

UpdateCancellation

public CancellationTokenSource UpdateCancellation { get; }

Property Value

CancellationTokenSource

UpdateTimer

public DispatcherTimer UpdateTimer { get; }

Property Value

DispatcherTimer