Hi all,
Just wondering if this is possible with the two class scenario:
- Name all my base classes Base[EntityName]
- Add a MustInherit tag to all the base entities
- Create the subentitys as [EntityName] which inherits from Base[Entity]?
I find with the current twoclass scenario generator - the myBaseEntity naming scheme is a bit confusing to non-LLBLGen users - they don't know whether to use Entity or MyEntity.