Name | Description | |
---|---|---|
CountAll | Count all items in the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<OrderItemDigitalGood,int>) | |
CountForCriteria | Count all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<OrderItemDigitalGood,int>) | |
CountForDigitalGood | Counts the number of OrderItemDigitalGood objects for the given DigitalGoodId in the database. | |
CountForOrderItem | Counts the number of OrderItemDigitalGood objects for the given OrderItemId in the database. | |
CountForUser | Counts number of OrderItemDigitalGood objects for the given user | |
Delete | Deletes an item from the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<OrderItemDigitalGood,int>) | |
Load | Load item given the primary key (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<OrderItemDigitalGood,int>) | |
LoadAll | Load all items (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<OrderItemDigitalGood,int>) | |
LoadForCriteria | Load all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<OrderItemDigitalGood,int>) | |
LoadForDigitalGood | Loads a collection of OrderItemDigitalGood objects for the given DigitalGoodId from the database | |
LoadForOrderItem | Loads a collection of OrderItemDigitalGood objects for the given OrderItemId from the database | |
LoadForUser | Overloaded. Loads a collection of OrderItemDigitalGood objects for the given user | |
Save | Saves item to the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<OrderItemDigitalGood,int>) |