0
moinahmed created
Is there a way to extend existing system entities (IdentityUser, OrganizationUnit, IdentityRole) with an interface? I'm trying to add customer data filters through ABP EF Core's Global Query Filters system. I can easily extend my custom entities but how to do existing system entities. I read about ObjectExtensionManager to add new properties but don't know how to use (if there's a possibility) to extend with an interface?
1 Answer(s)
-
0
hi
I think you can use class instead of interface to filter the entities.
Please share some code if you can't do this.