Hi all,
Csla has nice features for RBAC (Role Based Access Control). I mean, when you want to control access to objects or properties (meaning forms and fields).
What about application menus? Did someone wrote a Role Based Menu (RBM)?
What I'm looking for is some way to build menus loading from storage:
- menu item name
- parent menu item name
- AllowRead, DenyRead, AllowExecute, DenyExecute (list of roles)
- friendly name or resource name for the friendly name
- assembly and method to call
- etc
Copyright (c) Marimer LLC