xaf

Code migration unexpectedly tries to rename table

流过昼夜 提交于 2019-12-11 02:37:12
问题 I want to implement a change log as advised in Dev Express XAF T474899 I am using the security system generated by the XAF new solution wizard I have defined some business objects to store the change log information. One of these objects stores a link to the user public virtual User User { get; set; } On generating the code migration I am surprised to see the Up() method add the following RenameTable(name: "dbo.UserRoles", newName: "RoleUsers"); DropPrimaryKey("dbo.RoleUsers"); AddPrimaryKey(

How do I set up Azure Dev Ops to build Dev Express XAF-XPO project?

北城以北 提交于 2019-12-10 20:12:01
问题 I want to set up continuous integration and deployment for an XAP Mobile app in Azure Devops. In order to get CI/CD I need to set up the Azure Pipeline to install the right packages. There is some information in the docs on Hosting your own NuGet feeds and Get started with NuGet packages in Azure DevOps Dev Express explained that they do not currently provide a Nuget feed for XAF, but I can make my own Delegate's DCNugetPackageBuilder Using DXNugetPackageBuilder to make Nuget packages As per

Devexpress xaf ungroup layout of inherited class. (programmaticaly)

孤者浪人 提交于 2019-12-06 21:18:29
I am using devexpress xaf to create a multi platform app. I have class 'commonFields' which contains common fields "creation_date, created_by" etc. all other classes inherit from this class. My problem is that, in detailView layout, common fields are displayed in a group labled commonFields. I know it can be solved using the model editor where I can simply right click over the group and choose ungroup, but if I have lets say more than 50 tables I will have to edit all the layouts individually from the GUI. I wanted to know if there is any other way, a method or some attribute I can add to the

How do I get UWP Uninstall to remove database completely?

走远了吗. 提交于 2019-12-01 03:58:54
问题 I have managed to get an XAF application into the Windows Store via the Desktop Bridge. When a user installs my software from the Windows Store and then chooses to uninstall, I want them to have the option to completely uninstall the software including the database. So that they won't have any problem should they later decide to re-install? Currently, the UWP uninstall does not give an option to delete the database ( or even explain how to delete it ) Thus the user may be tempted to delete