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

In This Topic
    IOrderCouponRepository Interface Members
    In This Topic

    The following tables list the members exposed by IOrderCouponRepository.

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