Table of Contents

Class ReminderModel

Namespace
The.WPF.Sidebars
Assembly
Instagile.WPF.dll
public sealed class ReminderModel : NotificationObject, INotifyPropertyChanged
Inheritance
ReminderModel
Implements
Inherited Members
Extension Methods

Constructors

ReminderModel(IServices, IEntityInfo, IReminder, Action<ReminderModel>, bool)

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

DoOpen

public ICommand DoOpen { get; }

Property Value

ICommand

HasAnyWork

public bool HasAnyWork { get; set; }

Property Value

bool

IsPersonal

public bool IsPersonal { get; }

Property Value

bool

IsUpdated

public bool IsUpdated { get; set; }

Property Value

bool

Reminder

public IReminder Reminder { get; }

Property Value

IReminder

ResultController

public IScreenController<IScreenModel>? ResultController { get; set; }

Property Value

IScreenController<IScreenModel>

Services

public IServices Services { get; }

Property Value

IServices

Title

public string Title { get; set; }

Property Value

string

Type

public IEntityInfo Type { get; }

Property Value

IEntityInfo