Class DesktopCalendarEntrySource<T>
public class DesktopCalendarEntrySource<T> : CalendarEntrySource<T>, IDesktopCalendarEntrySource, ICalendarEntrySource where T : IEntity<T>
Type Parameters
T
- Inheritance
-
DesktopCalendarEntrySource<T>
- Implements
- Inherited Members
Constructors
DesktopCalendarEntrySource(AttributeInfo, Expression<Func<T, bool>>, Func<T, string>, Brush, Func<T, ICommand>)
public DesktopCalendarEntrySource(AttributeInfo dateAttribute, Expression<Func<T, bool>> query, Func<T, string> title, Brush colour, Func<T, ICommand> command)
Parameters
dateAttributeAttributeInfoqueryExpression<Func<T, bool>>titleFunc<T, string>colourBrushcommandFunc<T, ICommand>
Properties
Colour
public Brush Colour { get; }