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