Rystem.RepositoryFramework.Web.Components 6.0.4

dotnet add package Rystem.RepositoryFramework.Web.Components --version 6.0.4
NuGet\Install-Package Rystem.RepositoryFramework.Web.Components -Version 6.0.4
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Rystem.RepositoryFramework.Web.Components" Version="6.0.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Rystem.RepositoryFramework.Web.Components --version 6.0.4
#r "nuget: Rystem.RepositoryFramework.Web.Components, 6.0.4"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Rystem.RepositoryFramework.Web.Components as a Cake Addin
#addin nuget:?package=Rystem.RepositoryFramework.Web.Components&version=6.0.4

// Install Rystem.RepositoryFramework.Web.Components as a Cake Tool
#tool nuget:?package=Rystem.RepositoryFramework.Web.Components&version=6.0.4

What is Rystem?

Add to service collection the UI service in your blazor DI

You have to add a service for UI

builder.Services
    .AddRepositoryUI();

and add the endpoint for your repository

app
    .AddDefaultRepositoryEndpoints();

Demand everything to the framework

In the Host.cshtml you have to add style, javascript files and the RepositoryApp.

<html>
    <head>
      
      <partial name="RepositoryStyle" />
    </head>
    <body>
      <component type="typeof(RepositoryApp<App>)" render-mode="ServerPrerendered" />
      
      <partial name="RepositoryScript" />
    </body>
</html>

Instead of "App" class you can use every class in your DLL, but remember the class needs to be inside your blazor/razor application.

Demand everything to the framework with authentication

In the Host.cshtml you have to add style, javascript files and the RepositoryAuthenticatedApp.

<html>
    <head>
      
      <partial name="RepositoryStyle" />
    </head>
    <body>
      <component type="typeof(RepositoryAuthenticatedApp<App>)" render-mode="ServerPrerendered" />
      
      <partial name="RepositoryScript" />
    </body>
</html>

Instead of "App" class you can use every class in your DLL, but remember the class needs to be inside your blazor/razor application.

Use razor component instead to build your mixed custom repository UI

In the Host.cshtml you have to add style, javascript files

<html>
    <head>
      
      <partial name="RepositoryStyle" />
    </head>
    <body>
      <component type="typeof(App)" render-mode="ServerPrerendered" />
      
      <partial name="RepositoryScript" />
    </body>
</html>

In your app you can use

Component Usage
RepositoryManager A component to manage your repository in one page
Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
6.0.4 101 4/3/2024
6.0.3 119 3/25/2024
6.0.2 135 3/11/2024
6.0.0 342 11/21/2023
6.0.0-rc.6 82 10/25/2023
6.0.0-rc.5 63 10/25/2023
6.0.0-rc.4 57 10/23/2023
6.0.0-rc.3 52 10/19/2023
6.0.0-rc.2 59 10/18/2023
6.0.0-rc.1 58 10/16/2023
5.0.20 291 9/25/2023
5.0.19 295 9/10/2023
5.0.18 302 9/6/2023
5.0.17 289 9/6/2023
5.0.16 287 9/5/2023
5.0.15 306 9/5/2023
5.0.14 271 9/5/2023
5.0.13 265 9/1/2023
5.0.12 320 8/31/2023
5.0.11 297 8/30/2023
5.0.10 315 8/29/2023
5.0.9 322 8/24/2023
5.0.8 313 8/24/2023
5.0.7 305 8/23/2023
5.0.6 340 8/21/2023
5.0.5 345 8/21/2023
5.0.4 349 8/16/2023
5.0.3 397 8/2/2023
5.0.2 421 8/2/2023
5.0.1 406 8/1/2023
5.0.0 427 7/31/2023
3.1.51 387 7/20/2023
3.1.50 392 7/16/2023
3.1.49 430 6/13/2023
3.1.48 420 6/13/2023
3.1.47 451 5/30/2023
3.1.46 438 5/20/2023
3.1.45 315,414 4/19/2023
3.1.44 95,196 3/20/2023
3.1.43 500 3/20/2023
3.1.42 505 3/16/2023
3.1.41 492 3/16/2023
3.1.40 461 3/15/2023
3.1.39 1,047 3/9/2023
3.1.38 494 3/7/2023
3.1.37 499 2/27/2023
3.1.36 542 2/14/2023
3.1.35 509 2/14/2023
3.1.34 514 2/10/2023
3.1.33 538 1/26/2023
3.1.32 541 1/26/2023
3.1.31 557 1/25/2023
3.1.30 524 1/25/2023
3.1.29 584 1/25/2023
3.1.28 546 1/23/2023
3.1.27 564 1/22/2023
3.1.26 540 1/20/2023
3.1.25 586 1/18/2023
3.1.24 561 1/18/2023
3.1.23 575 1/17/2023
3.1.22 592 1/11/2023
3.1.21 563 1/4/2023
3.1.20 571 1/1/2023
3.1.19 94 12/21/2022
3.1.18 92 12/21/2022
3.1.16 549 12/13/2022
3.1.12 526 12/12/2022
3.1.11 550 12/12/2022
3.1.10 572 12/12/2022
3.1.9 564 12/10/2022
3.1.8 555 12/7/2022
3.1.7 547 12/7/2022
3.1.6 526 12/7/2022
3.1.5 579 12/2/2022
3.1.4 572 12/1/2022
3.1.2 603 12/1/2022
3.1.1 564 12/1/2022
3.1.0 582 12/1/2022
3.0.32 608 12/1/2022
3.0.31 581 12/1/2022
3.0.30 599 12/1/2022
3.0.29 581 12/1/2022
3.0.28 617 12/1/2022
3.0.27 581 12/1/2022
3.0.25 559 11/29/2022
3.0.24 574 11/20/2022
3.0.20 559 12/1/2022