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