Base solution for your next web application

Activities of "imad"

Question

Hi,

I am trying to achieve something similar to the OU concept called data labeling, where each entity will have some labels assigned to it and the users can only access the entities matching his security settings. Currently the implementation for the organization units doesn't restrict user access for the entities that belongs to the OU that they have access to.

I know that the datafilters concept is a potential solution to handle this kind of controls, do you have any recommendations to point me in the right direction?

Answer

Thanks.

Question

Hi,

I noticed in the TenantAppService there is an injection for _tenantManager in the constructor although in the base class there is a property called TenantManager, any difference between the two?

Also why CrudAppService/AsyncCrudAppService is not used in the project and all the CRUD are re implemented, any specific reason behind this design? Can TenantAppService inherit AsyncCrudAppService and implement only the missing methods, while providing the appropriate values for the CRUD permission names ?

Thanks

Showing 11 to 13 of 13 entries