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

In This Topic
    IBasketItemRepository Interface Members
    In This Topic

    The following tables list the members exposed by IBasketItemRepository.

    Public Methods
     NameDescription
     Method Count all items in the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<BasketItem,int>)
     Method Counts the number of BasketItem objects for the given BasketId in the database.  
     Method Count all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<BasketItem,int>)
     Method Counts the number of BasketItem objects for the given ProductId in the database.  
     Method Counts the number of BasketItem objects for the given TaxCodeId in the database.  
     Method Counts the number of BasketItem objects for the given WishlistItemId in the database.  
     Method Counts the number of BasketItem objects for the given WrapStyleId in the database.  
     MethodOverloaded.  Creates a basket item for a product  
     Method Deletes an item from the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<BasketItem,int>)
     Method Gets the next value of the OrderBy field for BasketItem objects.  
     Method Load item given the primary key (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<BasketItem,int>)
     Method Load all items (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<BasketItem,int>)
     Method Loads a collection of BasketItem objects for the given BasketId from the database  
     Method Load all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<BasketItem,int>)
     Method Loads a collection of BasketItem objects for the given ProductId from the database  
     Method Loads a collection of BasketItem objects for the given TaxCodeId from the database  
     Method Loads a collection of BasketItem objects for the given WishlistItemId from the database  
     Method Loads a collection of BasketItem objects for the given WrapStyleId from the database  
     Method Saves item to the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<BasketItem,int>)
    Top
    See Also