Infsoft.WPE.App.Modules.Base
0.0.1
Prefix Reserved
See the version list below for details.
dotnet add package Infsoft.WPE.App.Modules.Base --version 0.0.1
NuGet\Install-Package Infsoft.WPE.App.Modules.Base -Version 0.0.1
<PackageReference Include="Infsoft.WPE.App.Modules.Base" Version="0.0.1" />
paket add Infsoft.WPE.App.Modules.Base --version 0.0.1
#r "nuget: Infsoft.WPE.App.Modules.Base, 0.0.1"
// Install Infsoft.WPE.App.Modules.Base as a Cake Addin #addin nuget:?package=Infsoft.WPE.App.Modules.Base&version=0.0.1 // Install Infsoft.WPE.App.Modules.Base as a Cake Tool #tool nuget:?package=Infsoft.WPE.App.Modules.Base&version=0.0.1
Workplace Experience (WPE) Module Base Library
This library contains attributes and interfaces required to implement dynamic modules.
Attributes
The following attributes allow marking of Blazor components as specific components, which can be dynamically rendered in infsoft's Workplace Experience application.
- BannerExtension Content to be rendered in the main banner on the start page
- MapBoxLayer Not yet implemented, will follow
- POIButton Buttons to be rendered for a singular POI
- POIExtension Content to be rendered for a singular POI inside the main content
- POISection Content to be rendered for a singular POI below any other form of content
- ProfileExtension Selection to be rendered inside the profile overview
- Tile Content to be rendered as tiles
Interfaces
Some of the above mentioned attributes require the component to implement a specific interface. This is required to pass parameters to the component dynamically.
- POIComponent Any POI component receives the unique identifier of the POI it was opened for, as well as any properties the POI might specify
- TileComponent Any tile receives the display title to show
Dialog Manager
To allow any module to display dialogs in a consistent and uniform way the dialog manager can be used. It allows opening and closing a given dialog and displaying it as specified (e.g. as fullscreen or mobile dialog)
Service registration
Every developed module might require the registration of services for dependency injection. To allow this, an extension point is provided by simply implementing the corresponding ModuleExtension interface.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net7.0
- Microsoft.AspNetCore.Components.Web (>= 7.0.10)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.