Home Documentation Download Pricing Buy Now

[Feature request] define custom behaviors

0 votes

It's currently possible to define a custom behavior on a model basis.

It would be great to be able to define a behavior; just like the shipped ones (versionable etc.).
Such a configuration (name, parameters) should be exportable to be distributed and used in other projects.

asked Dec 6, 2012 in Feature Request by havvg (600 points)
edited Dec 20, 2012 by ludek.vodicka

1 Answer

0 votes
 
Best answer

Could you please send example what do you mean by "define behavior"?

Right now you can define custom behaviors for any ORM, specific ORM, specific ORM &MVC and for specific project.

The definition of behaviors is similar to ORMD1, feel free to check ORMD2/config directory where all behaviors are defined.

answered Dec 6, 2012 by ludek.vodicka Skipper developer (140,530 points)
selected Jul 30, 2014 by Martin Freki Stradej

Where is the "ORMD2/config" directory (on the Mac) located?
I took a look into the "Package Content" of the application, but couldn't find a suitable place.

It's shipped together with app in application bundle. You will find it in

OrmDesigner2.app/Contents/Resources/Configurations
...