Interface IUIRoleProvider
provider for working with the rolemanager ui. This must be implemented in a plugin or some thing similar to rpvode functions for adding, editing and removing roles.
Namespace: Simplic.Framework.Core
Assembly: Simplic.Framework.Base.dll
Syntax
public interface IUIRoleProvider
Methods
| Improve this Doc View SourceEditRoles(IList<Guid>)
Update a list of roles
Declaration
void EditRoles(IList<Guid> roles)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IList<System.Guid> | roles | List of role ids |
NewRole()
Create a new role
Declaration
void NewRole()