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