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

In This Topic
    IOrderCouponRepository Interface Methods
    In This Topic

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

    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