Rystem.RepositoryFramework.Web.Components
9.0.4
dotnet add package Rystem.RepositoryFramework.Web.Components --version 9.0.4
NuGet\Install-Package Rystem.RepositoryFramework.Web.Components -Version 9.0.4
<PackageReference Include="Rystem.RepositoryFramework.Web.Components" Version="9.0.4" />
paket add Rystem.RepositoryFramework.Web.Components --version 9.0.4
#r "nuget: Rystem.RepositoryFramework.Web.Components, 9.0.4"
// Install Rystem.RepositoryFramework.Web.Components as a Cake Addin #addin nuget:?package=Rystem.RepositoryFramework.Web.Components&version=9.0.4 // Install Rystem.RepositoryFramework.Web.Components as a Cake Tool #tool nuget:?package=Rystem.RepositoryFramework.Web.Components&version=9.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 | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net9.0 is compatible. |
-
net9.0
- Microsoft.AspNetCore.Components.Web (>= 9.0.0)
- Radzen.Blazor (>= 5.7.1)
- Rystem.Extensions.Localization.Multiple (>= 7.0.0)
- Rystem.RepositoryFramework.Abstractions (>= 9.0.4)
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 |
---|---|---|
9.0.4 | 63,049 | 12/23/2024 |
9.0.3 | 80 | 12/22/2024 |
9.0.2 | 10,625 | 12/21/2024 |
9.0.1 | 1,125 | 12/21/2024 |
9.0.0 | 172,952 | 11/16/2024 |
9.0.0-rc.1 | 81 | 10/18/2024 |
6.2.0 | 218,959 | 10/9/2024 |
6.1.1 | 107 | 10/9/2024 |
6.1.0 | 47,970 | 9/29/2024 |
6.0.24 | 120 | 9/11/2024 |
6.0.23 | 127 | 7/18/2024 |
6.0.21 | 145 | 6/18/2024 |
6.0.20 | 116 | 6/16/2024 |
6.0.19 | 109 | 6/14/2024 |
6.0.18 | 109 | 6/14/2024 |
6.0.17 | 108 | 6/14/2024 |
6.0.16 | 101 | 6/10/2024 |
6.0.15 | 110 | 6/9/2024 |
6.0.14 | 120 | 5/24/2024 |
6.0.13 | 117 | 5/23/2024 |
6.0.12 | 106 | 5/23/2024 |
6.0.11 | 121 | 5/20/2024 |
6.0.9 | 135 | 5/20/2024 |
6.0.7 | 118 | 5/18/2024 |
6.0.6 | 95 | 5/10/2024 |
6.0.5 | 100 | 5/10/2024 |
6.0.4 | 141 | 4/3/2024 |
6.0.3 | 173 | 3/25/2024 |
6.0.2 | 173 | 3/11/2024 |
6.0.0 | 385 | 11/21/2023 |
6.0.0-rc.6 | 104 | 10/25/2023 |
6.0.0-rc.5 | 83 | 10/25/2023 |
6.0.0-rc.4 | 75 | 10/23/2023 |
6.0.0-rc.3 | 70 | 10/19/2023 |
6.0.0-rc.2 | 78 | 10/18/2023 |
6.0.0-rc.1 | 76 | 10/16/2023 |
5.0.20 | 332 | 9/25/2023 |
5.0.19 | 330 | 9/10/2023 |
5.0.18 | 339 | 9/6/2023 |
5.0.17 | 330 | 9/6/2023 |
5.0.16 | 323 | 9/5/2023 |
5.0.15 | 339 | 9/5/2023 |
5.0.14 | 310 | 9/5/2023 |
5.0.13 | 300 | 9/1/2023 |
5.0.12 | 353 | 8/31/2023 |
5.0.11 | 331 | 8/30/2023 |
5.0.10 | 351 | 8/29/2023 |
5.0.9 | 357 | 8/24/2023 |
5.0.8 | 350 | 8/24/2023 |
5.0.7 | 335 | 8/23/2023 |
5.0.6 | 375 | 8/21/2023 |
5.0.5 | 380 | 8/21/2023 |
5.0.4 | 388 | 8/16/2023 |
5.0.3 | 431 | 8/2/2023 |
5.0.2 | 458 | 8/2/2023 |
5.0.1 | 444 | 8/1/2023 |
5.0.0 | 464 | 7/31/2023 |
3.1.51 | 422 | 7/20/2023 |
3.1.50 | 430 | 7/16/2023 |
3.1.49 | 467 | 6/13/2023 |
3.1.48 | 452 | 6/13/2023 |
3.1.47 | 517 | 5/30/2023 |
3.1.46 | 472 | 5/20/2023 |
3.1.45 | 315,457 | 4/19/2023 |
3.1.44 | 95,225 | 3/20/2023 |
3.1.43 | 533 | 3/20/2023 |
3.1.42 | 539 | 3/16/2023 |
3.1.41 | 528 | 3/16/2023 |
3.1.40 | 493 | 3/15/2023 |
3.1.39 | 1,086 | 3/9/2023 |
3.1.38 | 527 | 3/7/2023 |
3.1.37 | 540 | 2/27/2023 |
3.1.36 | 575 | 2/14/2023 |
3.1.35 | 545 | 2/14/2023 |
3.1.34 | 548 | 2/10/2023 |
3.1.33 | 576 | 1/26/2023 |
3.1.32 | 574 | 1/26/2023 |
3.1.31 | 593 | 1/25/2023 |
3.1.30 | 560 | 1/25/2023 |
3.1.29 | 620 | 1/25/2023 |
3.1.28 | 582 | 1/23/2023 |
3.1.27 | 599 | 1/22/2023 |
3.1.26 | 575 | 1/20/2023 |
3.1.25 | 622 | 1/18/2023 |
3.1.24 | 598 | 1/18/2023 |
3.1.23 | 610 | 1/17/2023 |
3.1.22 | 629 | 1/11/2023 |
3.1.21 | 606 | 1/4/2023 |
3.1.20 | 608 | 1/1/2023 |
3.1.19 | 117 | 12/21/2022 |
3.1.18 | 115 | 12/21/2022 |
3.1.16 | 583 | 12/13/2022 |
3.1.12 | 558 | 12/12/2022 |
3.1.11 | 589 | 12/12/2022 |
3.1.10 | 605 | 12/12/2022 |
3.1.9 | 600 | 12/10/2022 |
3.1.8 | 594 | 12/7/2022 |
3.1.7 | 586 | 12/7/2022 |
3.1.6 | 563 | 12/7/2022 |
3.1.5 | 613 | 12/2/2022 |
3.1.4 | 609 | 12/1/2022 |
3.1.2 | 639 | 12/1/2022 |
3.1.1 | 600 | 12/1/2022 |
3.1.0 | 619 | 12/1/2022 |
3.0.32 | 651 | 12/1/2022 |
3.0.31 | 619 | 12/1/2022 |
3.0.30 | 637 | 12/1/2022 |
3.0.29 | 623 | 12/1/2022 |
3.0.28 | 644 | 12/1/2022 |
3.0.27 | 615 | 12/1/2022 |
3.0.25 | 595 | 11/29/2022 |
3.0.24 | 610 | 11/20/2022 |
3.0.20 | 599 | 12/1/2022 |