Hi,
I created an Interface, and want some of the generated entity classes to implement them.
The class preserves the interface declaration between user code region "additionalInterfaces", but wich user code region to choose, to preserve the method signature implementing this interface's method/property?
I tried:
__LLBLGENPRO_USER_CODE_REGION_START InitClassEmpty
Public Overridable Property Inact As System.Boolean Implements IInact.Inact
' __LLBLGENPRO_USER_CODE_REGION_END
but this, and any other unfortunately doesn't work for me.
Thanks in advance
Gabor