ISystem |
public interface ISystemRoleEntityService : ISystemRoleQueryService, IBusinessService
The ISystemRoleEntityService type exposes the following members.
Name | Description | |
---|---|---|
Create | Creates a new SystemRole | |
Delete | Deletes the specified SystemRole. | |
Get |
Gets a list of SystemRoles matching the specified filter.
(Inherited from ISystemRoleQueryService) | |
GetAll |
Gets all SystemRoles
(Inherited from ISystemRoleQueryService) | |
GetSingle |
Gets a single SystemRole matching the provided filter.
(Inherited from ISystemRoleQueryService) | |
Update | Updates the specified SystemRole |