Class ManualDesktopCalendarEntrySource<T>
public class ManualDesktopCalendarEntrySource<T> : IDesktopCalendarEntry, ICalendarEntry where T : IEntity
Type Parameters
T
- Inheritance
-
ManualDesktopCalendarEntrySource<T>
- Implements
- Inherited Members
Constructors
ManualDesktopCalendarEntrySource(IServices, Func<IEntity, ICommand>)
public ManualDesktopCalendarEntrySource(IServices services, Func<IEntity, ICommand> command)
Parameters
Properties
CanDelete
public bool CanDelete { get; }
Property Value
Colour
Gets the brush used to paint the element.
public Brush Colour { get; }
Property Value
Command
public Func<IEntity, ICommand> Command { get; }
Property Value
DateAttribute
public AttributeInfo DateAttribute { get; }
Property Value
Title
public Func<IEntity, string> Title { get; }