Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Marketing Namespace / CouponRepository Class


In This Topic
    CouponRepository Class Methods
    In This Topic

    For a list of all members of this type, see CouponRepository members.

    Public Methods
     NameDescription
    Public Method Count all items in the database (Inherited from CommerceBuilder.DomainModel.RepositoryWithTypedId<TEntity,int>)
    Public Method Count all items matching the criteria (Inherited from CommerceBuilder.DomainModel.RepositoryWithTypedId<TEntity,int>)
    Public Method  
    Public Method Counts the number of users using the given coupon code  
    Public Method Counts the numer of times the given coupon has been used by a particular user  
    Public MethodOverloaded.  (Inherited from CommerceBuilder.DomainModel.RepositoryWithTypedId<TEntity,int>)
    Public Method Load item given the primary key (Inherited from CommerceBuilder.DomainModel.RepositoryWithTypedId<TEntity,int>)
    Public Method Load all items (Inherited from CommerceBuilder.DomainModel.RepositoryWithTypedId<TEntity,int>)
    Public Method Loads a Coupon object for the given coupon code  
    Public Method Load all items matching the criteria (Inherited from CommerceBuilder.DomainModel.RepositoryWithTypedId<TEntity,int>)
    Public Method  
    Public Method Saves item to the database (Inherited from CommerceBuilder.DomainModel.Repository<Coupon>)
    Public Method  
    Public Method  
    Top
    Extension Methods
     NameDescription
    Public Extension MethodOverloaded.  Use this method to bulid query string from NameValueCollection
    Top
    See Also