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