IAdd | |
public interface IAddOnPriceService : IBusinessService, IAddOnPriceEntityService, IAddOnPriceQueryService
The IAddOnPriceService type exposes the following members.
| Name | Description | |
|---|---|---|
| Create |
Creates a new AddOnPrice
(Inherited from IAddOnPriceEntityService) | |
| CreateAddOnPrice(AddOnPrice) | Creates add on price. | |
| CreateAddOnPrice(Int32) | Creates add on price. | |
| Delete |
Deletes the specified AddOnPrice.
(Inherited from IAddOnPriceEntityService) | |
| Get |
Gets a list of AddOnPrices matching the specified filter.
(Inherited from IAddOnPriceQueryService) | |
| GetAddOnPrices | Gets add on prices. | |
| GetAddOnPricesExchange | Gets add on prices exchange. | |
| GetAll |
Gets all AddOnPrices
(Inherited from IAddOnPriceQueryService) | |
| GetSingle |
Gets a single AddOnPrice matching the provided filter.
(Inherited from IAddOnPriceQueryService) | |
| Update |
Updates the specified AddOnPrice
(Inherited from IAddOnPriceEntityService) |