Class EntryModel
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
Properties
CanDeleteManualEntry
public bool CanDeleteManualEntry { get; }
Property Value
Colour
public Brush Colour { get; }
Property Value
Command
public ICommand Command { get; }
Property Value
DeleteManualEntry
public ICommand DeleteManualEntry { get; }
Property Value
Text
public string Text { get; }