Table of Contents

Class ManualDesktopCalendarEntrySource<T>

Namespace
The.WPF.Screens.Calendar
Assembly
Instagile.WPF.dll
public class ManualDesktopCalendarEntrySource<T> : IDesktopCalendarEntrySource, ICalendarEntrySource 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

services IServices
command Func<IEntity, ICommand>

Properties

CanDelete

public bool CanDelete { get; }

Property Value

bool

Colour

public Brush Colour { get; }

Property Value

Brush

Command

public Func<IEntity, ICommand> Command { get; }

Property Value

Func<IEntity, ICommand>

DateAttribute

public AttributeInfo DateAttribute { get; }

Property Value

AttributeInfo

Title

public Func<IEntity, string> Title { get; }

Property Value

Func<IEntity, string>