Questions tagged [mdriven]

MDriven is a modeling tool which also allows simulation and execution. MDriven removes the need for a lot of the traditional coding/testing needed when producing information systems by raising the level of abstraction.

See mdriven.net comparison to Sparx Enterprise Architect:

Sparx is a modelling tool - just like MDriven Designer is a modelling tool. MDriven Designer has a "play" button that can execute a system instantly defined by your model. MDriven Designer has a cloud upload button that uploads the model to the MDriven Server. The MDriven Server along with MDriven Turnkey then executes your model and makes it indistinguishable from a handcrafted - fully tested - information system that would take you months or years to build by hand.

117 questions
1
vote
1 answer

MDriven Framework custom OR mapping for inheritance

I use the MDriven framework with custom OR mappings. The mapping mappens in a XML file which contains several classdefs and the database definition with the mapped tables. As for now I have a 1:1 mapping between tables and classes. How does mapping…
Peter Buchmann
  • 157
  • 1
  • 11
1
vote
1 answer

How is the PropertyChanged event used

How is the PropertyChanged event used? I'm wanting to evaluated the next state of a state machine whenever any property of the class is changed. Regards Steve
Steve.Au
  • 31
  • 5
1
vote
0 answers

MDriven: AccessGroups in Visible Expression ViewModel's column

Can we use an AccessGroup name to make visible a column in a ViewModel? For instance, if we have an AccessGroup called "IsLoggedIn" can we use it in Ocl to set Visible Expression for a column in a ViewModel? What it would be the Ocl Expression to…
Chema Pamundi
  • 35
  • 1
  • 6
1
vote
2 answers

Mdriven Designer class attribute Allow Null=False not working

I have a class named "Project" with attribute "Name" having type of String. I have changed it from Allow Null=True to False and then I have saved the model and restarted the WECPOF prototyper in xml mode. But it still allows me to create and save…
Michael Q
  • 71
  • 5
1
vote
1 answer

What is the animated small yellow disk In Mdriven Designer Viewmodels for?

What is the small animated yellow disk In Mdriven Designer Viewmodels for? It moves so fast and is so feint, I don't know what it is doing.
Michael Q
  • 71
  • 5
1
vote
1 answer

MDriven compatible with .net standard library (.net core)

Can I use Mdriven/ECO in a project based on .NET Core? In other words does it use the .NET Standard Library? If not, are there any plans to convert it?
Brian
  • 11
  • 1
1
vote
1 answer

OutOfMemoryException in IObjectList.EnsureRelatedObjects

I have this line of code: IObjectList allHolders = allHandlers.EnsureRelatedObjects("Holders"); Process memory usage at this point is ~3 Gbyte and allHandlers contains ~16000 objects. Holders class is not very large, but about 50000 objects should…
Kjell Rilbe
  • 1,331
  • 14
  • 39
1
vote
1 answer

Hook into MDriven object deletion?

I would like to hook into deletion of an MDriven object to do some checks and maybe cancel/prevent deletion. I seem to recall that this is possible, but can't find how to do it. The class is persistent, in case it matters.
Kjell Rilbe
  • 1,331
  • 14
  • 39
1
vote
1 answer

Stop EcoSpace from writing PM events to debug output?

In our WinForms app and our ASP.NET app using MDriven FW 7, I notice that the EcoSpace writes all PM events to the debug output. I think this slows it down and would like to disable it. How do I control this feature? Update: I now noticed that the…
Kjell Rilbe
  • 1,331
  • 14
  • 39
1
vote
1 answer

MDriven ad hoc OclPs -> OCL/EAL?

We have a large system (~170 classes and more than 200 million objects in some classes). It is built with MDriven Framework with ASP.NET in a mix of WebForms and MVC. Also a small WinForms app for some admin tasks. I often need to run ad hoc OCL…
Kjell Rilbe
  • 1,331
  • 14
  • 39
1
vote
1 answer

REST Call in MDriven, construct of HEADER?

I am trying to model the following REST call in MDriven jQuery.ajax({ type: 'POST', url: 'http://server.net/api/server/search.php', data: { 'apikey': xxxxxx, 'apiversion': '3', 'action': "search", 'type':'near', 'lat':'59.91673', 'long':…
1
vote
1 answer

Autoforms and inheritance in MDriven

I am using autoforms and have made an object model where one (superclass) has two subclasses. When navigating to this class using autoforms I would assume that the autoform only would show "forms/VM" for creating the subclasses, not the superclass…
1
vote
1 answer

SysUser inheritance in MDriven

I am wondering if I could/should use inheritance to the SysUser class to model types of users or do I "mess up" the inherent functionality tied to the SysUser class then?
1
vote
1 answer

What is the coordinate system in MDriven (browser location)

What is the coordinate system for the values obtained in MDriven ViewModel variables (vLatitude and vLongitude)?
1
vote
1 answer

MDriven Server installation

I have tried to install MDriven Server and MDriven Turnkey locally by following this guide. But when I tried to run my MDriven Turnkey app I've got an unexpected error: check the CurrentVersion How can I solve this error?
denispupin
  • 21
  • 2