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