Skip to content

ModelViewInheritance

apobekiaris edited this page May 31, 2020 · 90 revisions

GitHub issues GitHub close issues

About

The ModuleViewInheritance module replaces the generator layer of a view by composing multiple unrelated view model differences.

Details

The module extends the model views nodes with the IModelObjectViewMergedDifferences interface to allow model view differences composition.

image

v1.1.39 #471. Adds the DeepMerge attribute which if enable the module will recourse and merge the source view differences.

Examples

Bellow are a few examples of how we use the module in eXpandFramework.

![image](https://user-images.githubusercontent.com/159464/50846982-1709ce80-1379-11e9-877a-6a2e277867a7.png)

to derive a version with Remember Me support as below:

image

The next WorldCreatormodified version of PersistentMemberInfo:

image

is used to derive a version for the PersistentCoreTypeMemberInfo like:

image

and in addition one for the PersistentCollectionMemberInfo

image

Installation

  1. First you need the nuget package so issue this command to the VS Nuget package console

    Install-Package Xpand.XAF.Modules.ModelViewInheritance.

    The above only references the dependencies and nexts steps are mandatory.

  2. Ways to Register a Module or simply add the next call to your module constructor

    RequiredModuleTypes.Add(typeof(Xpand.XAF.Modules.ModelViewInheritanceModule));

Versioning

The module is not bound to DevExpress versioning, which means you can use the latest version with your old DevExpress projects Read more.

The module follows the Nuget Version Basics.

Dependencies

.NetFramework: net461

DevExpress.ExpressApp Any
Fasterflect.Xpand 2.0.7
JetBrains.Annotations 2020.1.0
System.ValueTuple 4.5.0
Xpand.Extensions 2.201.31
Xpand.Extensions.XAF 2.201.32
Xpand.VersionConverter 2.201.7

Issues-Debugging-Troubleshooting

To Step in the source code you need to enable Source Server support in your Visual Studio/Tools/Options/Debugging/Enable Source Server Support. See also How to boost your DevExpress Debugging Experience.

If the package is installed in a way that you do not have access to uninstall it, then you can unload it with the next call at the constructor of your module.

Xpand.XAF.Modules.Reactive.ReactiveModuleBase.Unload(typeof(Xpand.XAF.Modules.ModelViewInheritance.ModelViewInheritanceModule))

Tests

The module is tested on Azure for each build with these tests. All Tests run as per our Compatibility Matrix

image

image


Custom badge

Star the project if you think it deserves it.

GitHub stars

Fork the project to extend and contribute.

GitHub forks

Clone this wiki locally