Name | Description | |
---|---|---|
CountAll | Count all items in the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<BasketCoupon,int>) | |
CountForBasket | Counts the number of BasketCoupon objects for the given BasketId in the database. | |
CountForCoupon | Counts the number of BasketCoupon objects for the given CouponId in the database. | |
CountForCriteria | Count all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<BasketCoupon,int>) | |
Delete | Overloaded. Deletes a BasketCoupon object with given id from the database | |
Load | Overloaded. Load this BasketCoupon object from the database for the given primary key. | |
LoadAll | Load all items (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<BasketCoupon,int>) | |
LoadForBasket | Loads a collection of BasketCoupon objects for the given BasketId from the database | |
LoadForCoupon | Loads a collection of BasketCoupon objects for the given CouponId from the database | |
LoadForCriteria | Load all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<BasketCoupon,int>) | |
Save | Saves item to the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<BasketCoupon,int>) |