Class CalendarEntrySource<T>
public class CalendarEntrySource<T> : ICalendarEntrySource where T : IEntity<T>
Type Parameters
T
- Inheritance
-
CalendarEntrySource<T>
- Implements
- Derived
- Inherited Members
Constructors
CalendarEntrySource(AttributeInfo, Expression<Func<T, bool>>, Func<T, string>, Func<T, ICommand>)
public CalendarEntrySource(AttributeInfo dateAttribute, Expression<Func<T, bool>> query, Func<T, string> title, Func<T, ICommand> command)
Parameters
dateAttributeAttributeInfoqueryExpression<Func<T, bool>>titleFunc<T, string>commandFunc<T, ICommand>
Properties
CanDelete
public bool CanDelete { 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; }