Now the public method names are:
AddComplexType(Type type)
AddEntity(Type type);
AddEnumType(Type type);
They are not accordant. It's better to rename AddEntity to AddEntityType.
The same applies to method Entity();
AddComplexType(Type type)
AddEntity(Type type);
AddEnumType(Type type);
They are not accordant. It's better to rename AddEntity to AddEntityType.
The same applies to method Entity();