RelationshipsExtendedMVCHelper 12.29.3
dotnet add package RelationshipsExtendedMVCHelper --version 12.29.3
NuGet\Install-Package RelationshipsExtendedMVCHelper -Version 12.29.3
<PackageReference Include="RelationshipsExtendedMVCHelper" Version="12.29.3" />
paket add RelationshipsExtendedMVCHelper --version 12.29.3
#r "nuget: RelationshipsExtendedMVCHelper, 12.29.3"
// Install RelationshipsExtendedMVCHelper as a Cake Addin #addin nuget:?package=RelationshipsExtendedMVCHelper&version=12.29.3 // Install RelationshipsExtendedMVCHelper as a Cake Tool #tool nuget:?package=RelationshipsExtendedMVCHelper&version=12.29.3
Other Fixes: -Added InRelationWithOrder extensions to DocumentQuery, DocumentQuery<TDocument>, and MultiDocumentQuery, to be able to leverage ordered relations programatically for MVC.
Relationships Extended Helper for MVC
The RelationshipsExtended for MVC module comes with a helper class that allows you to easily create your Where Conditions for Category and object Bindings, automatically handling various transformations and checks. It also contains the TreeCategoryInfo and InfoProvider, and Event Hooks to properly handle events if derived in the MVC application.
The helper methods exist in the RelationshipsExtended.RelHelper Class. The Macro Engine methods are also included (although probably never needed) so you can resolve the RelHelper macro methods using Kentico's MacroResolver API.
For More Information
For more information, please see the project's github site, along with http://devtrev.com/Resources/RelationshipsExtended.
You should install the RelationshipsExtended module on the mother along with this.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net461 is compatible. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- Antlr (>= 3.5.0.2)
- Kentico.Libraries (>= 12.0.29)
- Microsoft.AspNet.Identity.Owin (>= 2.2.1)
- Microsoft.AspNet.Mvc (>= 5.2.3)
- Microsoft.AspNet.Web.Optimization (>= 1.1.3)
- Microsoft.AspNet.WebApi.WebHost (>= 5.2.3)
- Microsoft.CSharp (>= 4.4.1)
- Microsoft.Owin.Security (>= 3.1.0)
- Microsoft.Owin.Security.Cookies (>= 3.1.0)
- Microsoft.Owin.Security.OAuth (>= 3.1.0)
- Microsoft.Web.Xdt (>= 2.1.1)
- Newtonsoft.Json (>= 11.0.2)
- WebGrease (>= 1.6.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Added InRelationWithOrder to DocumentQuery<TreeNode> extensions