Name | Description | |
---|---|---|
CountAll | Count all items in the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<OrderCoupon,int>) | |
CountForCriteria | Count all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<OrderCoupon,int>) | |
CountForOrder | Counts the number of OrderCoupon objects for the given OrderId in the database. | |
Delete | Deletes a OrderCoupon object with given id from the database | |
Load | Overloaded. Load this OrderCoupon object from the database for the given primary key. | |
LoadAll | Load all items (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<OrderCoupon,int>) | |
LoadForCriteria | Load all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<OrderCoupon,int>) | |
LoadForOrder | Loads a collection of OrderCoupon objects for the given OrderId from the database | |
Save | Saves item to the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<OrderCoupon,int>) |