Monthly Archives: April 2013

Business Delete Rules

This article was moved to MDriven Wiki – Business Delete Rules When you create a model – deletion of objects is seldom on top of your mind. But sooner or later users are going to want to remove objects from … Continue reading

Posted in Declarative, Modlr, WECPOF | Leave a comment

Getting taggedvalues in runtime without code

This article was moved to MDriven Wiki – Getting taggedvalues in runtime without code When you use WECPOF you can create a whole system with use of the Model alone. As you do you might want to pick up information … Continue reading

Posted in OCL, WECPOF | 1 Comment

IAsyncSupportService

The IAsyncSupportService is the service that coordinates two threads for one ecospace. The desired effect is to get loading, saving and any other potentially time consuming logic to run in the non-UI-thread, also called the AsyncThread, and to keep the … Continue reading

Posted in CO-Unique | Tagged | 1 Comment