Calendar page and shell improvements to support navigations. Enabled page caching.
This commit is contained in:
13
Wino.Messages/Client/Calendar/LoadCalendarMessage.cs
Normal file
13
Wino.Messages/Client/Calendar/LoadCalendarMessage.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using Wino.Core.Domain.Enums;
|
||||
|
||||
namespace Wino.Messaging.Client.Calendar
|
||||
{
|
||||
/// <summary>
|
||||
/// Raised when a new calendar range is requested for drawing.
|
||||
/// </summary>
|
||||
/// <param name="DisplayType">Type of the calendar.</param>
|
||||
/// <param name="DisplayDate">Exact date to highlight.</param>
|
||||
/// <param name="DayDisplayCount">How many days to load with Day calendar display type.</param>
|
||||
public record LoadCalendarMessage(DateTime DisplayDate, CalendarInitInitiative CalendarInitInitiative);
|
||||
}
|
||||
Reference in New Issue
Block a user