Table of Contents

Class EntryModel

Namespace
The.WPF.Screens.Calendar
Assembly
Instagile.WPF.dll
public class EntryModel
Inheritance
EntryModel
Inherited Members

Constructors

EntryModel(string, Brush, ICommand, ICommand, bool)

public EntryModel(string text, Brush colour, ICommand command, ICommand deleteManualEntry, bool canDeleteManualEntry)

Parameters

text string
colour Brush
command ICommand
deleteManualEntry ICommand
canDeleteManualEntry bool

Properties

CanDeleteManualEntry

public bool CanDeleteManualEntry { get; }

Property Value

bool

Colour

public Brush Colour { get; }

Property Value

Brush

Command

public ICommand Command { get; }

Property Value

ICommand

DeleteManualEntry

public ICommand DeleteManualEntry { get; }

Property Value

ICommand

Text

public string Text { get; }

Property Value

string