Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Orders Namespace / IBasketCouponRepository Interface
Methods

In This Topic
    IBasketCouponRepository Interface Members
    In This Topic

    The following tables list the members exposed by IBasketCouponRepository.

    Public Methods
     NameDescription
     Method Count all items in the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<BasketCoupon,int>)
     Method Counts the number of BasketCoupon objects for the given BasketId in the database.  
     Method Counts the number of BasketCoupon objects for the given CouponId in the database.  
     Method Count all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<BasketCoupon,int>)
     MethodOverloaded.  Deletes a BasketCoupon object with given id from the database  
     MethodOverloaded.  Load this BasketCoupon object from the database for the given primary key.  
     Method Load all items (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<BasketCoupon,int>)
     Method Loads a collection of BasketCoupon objects for the given BasketId from the database  
     Method Loads a collection of BasketCoupon objects for the given CouponId from the database  
     Method Load all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<BasketCoupon,int>)
     Method Saves item to the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<BasketCoupon,int>)
    Top
    See Also