Skip to main content
Filter by
Sorted by
Tagged with
Tooling
0 votes
1 replies
19 views

I'm thinking about passing OCLs for creating complex search expressions to a web API. OCL is restricted by the MDriven model so that the risc of injections is less than with SQL but it still exists. ...
Peter Buchmann's user avatar
0 votes
1 answer
47 views

In OCL, I have a collection of Thing objects and want to select those that have a Other object assigned to property Thing.Other, which also has a non-null value in Other.Title. In csharp terms: ...
Kjell Rilbe's user avatar
  • 1,623
-1 votes
1 answer
51 views

is it possible to have a distribution for ARM computers? On my Mac parallel virtual machine I just can’t install it, I have a message saying that this configuration is not supported Thanks
Jean-Philippe Golay's user avatar
0 votes
1 answer
50 views

In MDriven, there's a partial method PreDelete() where you can implement special clean-up and also prevent deletion. My problem is that the internal delete checks throw an InvalidOperationException &...
Kjell Rilbe's user avatar
  • 1,623
0 votes
1 answer
34 views

Maybe I'm just blind, but is there any way in MDriven Framework Modelr (modeler) to reset zoom level to 100 % (or whatever the default zoom level is)? Preferably for all diagrams at once...
Kjell Rilbe's user avatar
  • 1,623
1 vote
1 answer
52 views

Using MDriven Framework, can we safely ignore modlr.config from git? It seems to be modified whenever I even just open the model editor, without changing anything. Does it contain anything that's ...
Kjell Rilbe's user avatar
  • 1,623
1 vote
1 answer
40 views

Using MDriven Framework, we want to use PreDelete to clean up some linked objects that can't be handled automatically due to interdependencies (they need to be deleted in a particular order). The ...
Kjell Rilbe's user avatar
  • 1,623
0 votes
1 answer
51 views

After updating from MDriven version 7.0.0.14948 to 7.0.0.15936. We have run into a Design Time issue. In the PersistenceMapperProvider file, the PersistenceMapperSQLServer does not work. As soon as ...
Kshitij Thube's user avatar
2 votes
0 answers
70 views

I have contracts table, that contains multiple products, there is a many-to-many relationship between contracts and products, this yields the link table [Contract-lineitem]: While converting a ...
Ichama .M. Herbert's user avatar
0 votes
1 answer
54 views

OK, so I solved this problem (runtime crash due to incompatible types recognized by Eco's TypeLibrary-scan). Solution: I removed Rhinol3D classes from Eco method signature parameters, and then ...
RIL's user avatar
  • 187
0 votes
1 answer
47 views

I have a missing reference problem ("Eco.UmlCodeAttributes.ChecksumAttribute") in a new project, using today's versions of the MDriven Designer and MDriven Framework. I can't find anything ...
RIL's user avatar
  • 187
0 votes
1 answer
75 views

Often (but not consistently) the EcoModeler creates duplicate class members (methods in this case). This of course causes extra work to cleanup the dupes. It often happens after changes to a model ...
RIL's user avatar
  • 187
0 votes
3 answers
74 views

I need to define som (transient) fields & properties in Eco classes that aren't supported by the Eco framework. Q: How do I define a field/attribute as "non-Eco" in an Eco class? Example:...
RIL's user avatar
  • 187
0 votes
1 answer
75 views

So, I have some MDriven Eco classes to be used/called from a Rhino/Grasshopper (GH) component for creating CAD-geometry. My original (and well tested) C# code was moved from the GH-component into ...
RIL's user avatar
  • 187
0 votes
1 answer
98 views

Please assume the model below. We save objects of class B using a custom method and a following reload of an instance of B sets the single link property A to null: A 1 <==> n B We have the ...
Peter Buchmann's user avatar

15 30 50 per page
1
2 3 4 5
9