10 changed files
WPE.App.Shared.BaseComponents | ||
Business | ||
Info | ||
InfoManager.cs + | ||
QuickInfo | ||
QuickInfoProvider.cs | ||
ServiceCollectionExtensions.cs | ||
Pages | ||
Components | ||
BaseComponents.razor | ||
Module/Information | ||
InformationDialog.razor + | ||
InformationDialog.razor.css + | ||
InformationStation.razor | ||
InformationStation.razor.css | ||
QuickInfo.razor | ||
WPE.App.Shared.BaseComponents.csproj | ||
InfoManager.cs
/WPE.App.Shared.BaseComponents/Business/Info/InfoManager.cs+1/WPE.App.Shared.BaseComponents/Business/Info/InfoManager.cs
Add comment 8 - **[INavBarChildContent](WPE.App.Services/INavBarChildContent.cs)** Provides the possibility to set a renderFragemnt as child content in the minimal navBar.
Add comment 9 - **[ITimeZoneService](WPE.App.Services/ITimeZoneService.cs)** Provides the timeZone information based on subscriptions.
Add comment 10 - **[IAnalyticsService](WPE.App.Services/Analytics/IAnalyticsService.cs)** Allows the application to track analytics events.
Add comment 11 Plus - **[INotificationActionService](WPE.App.Services/Push/INotificationActionService.cs)** Allows to respond to push notifications.
Add comment 11 12
Add comment 12 13 ## Delegating handlers
Add comment 13 14 Additionally two delegating handlers are defined.
QuickInfoProvider.cs
/WPE.App.Shared.BaseComponents/Business/QuickInfo/QuickInfoProvider.cs+1/WPE.App.Shared.BaseComponents/Business/QuickInfo/QuickInfoProvider.cs
Add comment 8 - **[INavBarChildContent](WPE.App.Services/INavBarChildContent.cs)** Provides the possibility to set a renderFragemnt as child content in the minimal navBar.
Add comment 9 - **[ITimeZoneService](WPE.App.Services/ITimeZoneService.cs)** Provides the timeZone information based on subscriptions.
Add comment 10 - **[IAnalyticsService](WPE.App.Services/Analytics/IAnalyticsService.cs)** Allows the application to track analytics events.
Add comment 11 Plus - **[INotificationActionService](WPE.App.Services/Push/INotificationActionService.cs)** Allows to respond to push notifications.
Add comment 11 12
Add comment 12 13 ## Delegating handlers
Add comment 13 14 Additionally two delegating handlers are defined.
ServiceCollectionExtensions.cs
/WPE.App.Shared.BaseComponents/Business/ServiceCollectionExtensions.cs+1/WPE.App.Shared.BaseComponents/Business/ServiceCollectionExtensions.cs
Add comment 8 - **[INavBarChildContent](WPE.App.Services/INavBarChildContent.cs)** Provides the possibility to set a renderFragemnt as child content in the minimal navBar.
Add comment 9 - **[ITimeZoneService](WPE.App.Services/ITimeZoneService.cs)** Provides the timeZone information based on subscriptions.
Add comment 10 - **[IAnalyticsService](WPE.App.Services/Analytics/IAnalyticsService.cs)** Allows the application to track analytics events.
Add comment 11 Plus - **[INotificationActionService](WPE.App.Services/Push/INotificationActionService.cs)** Allows to respond to push notifications.
Add comment 11 12
Add comment 12 13 ## Delegating handlers
Add comment 13 14 Additionally two delegating handlers are defined.
BaseComponents.razor
/WPE.App.Shared.BaseComponents/Pages/Components/BaseComponents.razor+1/WPE.App.Shared.BaseComponents/Pages/Components/BaseComponents.razor
Add comment 8 - **[INavBarChildContent](WPE.App.Services/INavBarChildContent.cs)** Provides the possibility to set a renderFragemnt as child content in the minimal navBar.
Add comment 9 - **[ITimeZoneService](WPE.App.Services/ITimeZoneService.cs)** Provides the timeZone information based on subscriptions.
Add comment 10 - **[IAnalyticsService](WPE.App.Services/Analytics/IAnalyticsService.cs)** Allows the application to track analytics events.
Add comment 11 Plus - **[INotificationActionService](WPE.App.Services/Push/INotificationActionService.cs)** Allows to respond to push notifications.
Add comment 11 12
Add comment 12 13 ## Delegating handlers
Add comment 13 14 Additionally two delegating handlers are defined.
InformationDialog.razor
/WPE.App.Shared.BaseComponents/Pages/Module/Information/InformationDialog.razor+1/WPE.App.Shared.BaseComponents/Pages/Module/Information/InformationDialog.razor
Add comment 8 - **[INavBarChildContent](WPE.App.Services/INavBarChildContent.cs)** Provides the possibility to set a renderFragemnt as child content in the minimal navBar.
Add comment 9 - **[ITimeZoneService](WPE.App.Services/ITimeZoneService.cs)** Provides the timeZone information based on subscriptions.
Add comment 10 - **[IAnalyticsService](WPE.App.Services/Analytics/IAnalyticsService.cs)** Allows the application to track analytics events.
Add comment 11 Plus - **[INotificationActionService](WPE.App.Services/Push/INotificationActionService.cs)** Allows to respond to push notifications.
Add comment 11 12
Add comment 12 13 ## Delegating handlers
Add comment 13 14 Additionally two delegating handlers are defined.
InformationDialog.razor.css
/WPE.App.Shared.BaseComponents/Pages/Module/Information/InformationDialog.razor.css+1/WPE.App.Shared.BaseComponents/Pages/Module/Information/InformationDialog.razor.css
Add comment 8 - **[INavBarChildContent](WPE.App.Services/INavBarChildContent.cs)** Provides the possibility to set a renderFragemnt as child content in the minimal navBar.
Add comment 9 - **[ITimeZoneService](WPE.App.Services/ITimeZoneService.cs)** Provides the timeZone information based on subscriptions.
Add comment 10 - **[IAnalyticsService](WPE.App.Services/Analytics/IAnalyticsService.cs)** Allows the application to track analytics events.
Add comment 11 Plus - **[INotificationActionService](WPE.App.Services/Push/INotificationActionService.cs)** Allows to respond to push notifications.
Add comment 11 12
Add comment 12 13 ## Delegating handlers
Add comment 13 14 Additionally two delegating handlers are defined.
InformationStation.razor
/WPE.App.Shared.BaseComponents/Pages/Module/Information/InformationStation.razor/WPE.App.Shared.BaseComponents/Pages/Module/Information/InformationStation.razor
InformationStation.razor.css
/WPE.App.Shared.BaseComponents/Pages/Module/Information/InformationStation.razor.css/WPE.App.Shared.BaseComponents/Pages/Module/Information/InformationStation.razor.css
QuickInfo.razor
/WPE.App.Shared.BaseComponents/Pages/Module/Information/QuickInfo.razor/WPE.App.Shared.BaseComponents/Pages/Module/Information/QuickInfo.razor
WPE.App.Shared.BaseComponents.csproj
/WPE.App.Shared.BaseComponents/WPE.App.Shared.BaseComponents.csproj/WPE.App.Shared.BaseComponents/WPE.App.Shared.BaseComponents.csproj