RelationshipsExtendedMVCHelper 12.0.16

There is a newer version of this package available.
See the version list below for details.
dotnet add package RelationshipsExtendedMVCHelper --version 12.0.16
NuGet\Install-Package RelationshipsExtendedMVCHelper -Version 12.0.16
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="RelationshipsExtendedMVCHelper" Version="12.0.16" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add RelationshipsExtendedMVCHelper --version 12.0.16
#r "nuget: RelationshipsExtendedMVCHelper, 12.0.16"
#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 RelationshipsExtendedMVCHelper as a Cake Addin
#addin nuget:?package=RelationshipsExtendedMVCHelper&version=12.0.16

// Install RelationshipsExtendedMVCHelper as a Cake Tool
#tool nuget:?package=RelationshipsExtendedMVCHelper&version=12.0.16

Other Fixes: -Added TreeCategoryInfo and Provider, added Event Hooks for staging of Tree Categories and Relationship customizations so they will operate properly if you modify Tree Categories or Relationships in 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 http://devtrev.com/Resources/RelationshipsExtended.

You should install the RelationshipsExtended module on the mother along with this.

Product 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. 
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
12.29.3 4,246 12/10/2019
12.29.2 518 12/9/2019
12.0.17 506 12/4/2019
12.0.16 490 12/4/2019
12.0.15 2,953 4/12/2019
12.0.14 557 4/12/2019
12.0.13 542 4/12/2019
12.0.11 589 4/10/2019
12.0.10 556 4/8/2019

Added Tree Category classes and event hooks for them and Relationships so modifying either in MVC would still operate properly.