- Namespace
- The.WPF.Sidebars
- Assembly
- Instagile.WPF.dll
public sealed class ReminderModel : NotificationObject, INotifyPropertyChanged
- Inheritance
-
ReminderModel
- Implements
-
- Inherited Members
-
- Extension Methods
-
Constructors
public ReminderModel(IServices services, IEntityInfo type, IReminder r, Action<ReminderModel> open, bool isPersonal)
Parameters
services IServices
type IEntityInfo
r IReminder
open Action<ReminderModel>
isPersonal bool
Properties
public ICommand DoOpen { get; }
Property Value
- ICommand
public bool HasAnyWork { get; set; }
Property Value
- bool
public bool IsPersonal { get; }
Property Value
- bool
public bool IsUpdated { get; set; }
Property Value
- bool
public IReminder Reminder { get; }
Property Value
- IReminder
public IScreenController<IScreenModel>? ResultController { get; set; }
Property Value
- IScreenController<IScreenModel>
public IServices Services { get; }
Property Value
- IServices
public string Title { get; set; }
Property Value
- string
public IEntityInfo Type { get; }
Property Value
- IEntityInfo