vairam2008 wrote:
you can define which interfaces to implement on each entity in the designer (with macro's and a plugin). You then can write a template which generates the implementation of these interfaces (if required) into a partial class.
What do you mean by macro's & plugin?
The plugin which allows you to specify additional interfaces on entities (see manual
) without doing that one by one. Right click 'Entities' in project explorer -> Run plugin -> Add / Remove additional interface / namespace ...
Dialog pops up -> second tab, you can specify what you want. With macro's (See description in manual Using the designer -> Adding and editing entities -> Viewing entity information -> output specific settings.
All our plugins come with full sourcecode in the SDK so you can alter them if you want to.