Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Marketing Namespace / IVolumeDiscountRepository Interface
Methods

In This Topic
    IVolumeDiscountRepository Interface Members
    In This Topic

    The following tables list the members exposed by IVolumeDiscountRepository.

    Public Methods
     NameDescription
     Method Count all items in the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<VolumeDiscount,int>)
     Method Count all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<VolumeDiscount,int>)
     Method Counts the number of VolumeDiscount objects for the given StoreId in the database.  
     Method Counts the number of global discounts in the current store  
     Method Deletes an item from the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<VolumeDiscount,int>)
     Method Returns a collection of discounts available for a product for the current user.  
     Method Gets the Ids of the global discounts defined for the store.  
     Method Load item given the primary key (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<VolumeDiscount,int>)
     Method Load all items (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<VolumeDiscount,int>)
     Method Load all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<VolumeDiscount,int>)
     Method Loads a collection of VolumeDiscount objects for the given StoreId from the database  
     MethodOverloaded.  Loads all the global discounts for the current store  
     Method Saves item to the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<VolumeDiscount,int>)
    Top
    See Also