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