Name | Description | |
---|---|---|
![]() | CountAll | Count all items in the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<ProductDigitalGood,int>) |
![]() | CountForCriteria | Count all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<ProductDigitalGood,int>) |
![]() | CountForDigitalGood | Counts the number of ProductDigitalGood objects for the given DigitalGoodId in the database. |
![]() | CountForProduct | Counts the number of ProductDigitalGood objects for the given ProductId in the database. |
![]() | CountForVariant | Counts the number of ProductDigitalGood objects for a product variant |
![]() | Delete | Deletes an item from the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<ProductDigitalGood,int>) |
![]() | Load | Load item given the primary key (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<ProductDigitalGood,int>) |
![]() | LoadAll | Load all items (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<ProductDigitalGood,int>) |
![]() | LoadForCriteria | Load all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<ProductDigitalGood,int>) |
![]() | LoadForDigitalGood | Loads a collection of ProductDigitalGood objects for the given DigitalGoodId from the database |
![]() | LoadForProduct | Loads a collection of ProductDigitalGood objects for the given ProductId from the database |
![]() | LoadForVariant | Overloaded. Loads a collection of ProductDigitalGood objects for the variant from the database |
![]() | Save | Saves item to the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<ProductDigitalGood,int>) |