Name | Description | |
---|---|---|
![]() | CountAll | Count all items in the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<RelatedProduct,int>) |
![]() | CountForChildProduct | Counts the number of RelatedProduct objects for the given ProductId in the database. |
![]() | CountForCriteria | Count all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<RelatedProduct,int>) |
![]() | CountForProduct | Counts the number of RelatedProduct objects for the given ProductId in the database. |
![]() | Delete | Deletes the RelatedProduct entity for the given parent and child products. |
![]() | GetRelatedCount | Gets the count of relationships for the given parent and child products. |
![]() | Load | Loads the RelatedProduct entity for the given parent and child products. |
![]() | LoadAll | Load all items (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<RelatedProduct,int>) |
![]() | LoadForChildProduct | Loads a collection of RelatedProduct objects for the given ProductId from the database |
![]() | LoadForCriteria | Load all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<RelatedProduct,int>) |
![]() | LoadForProduct | Loads a collection of RelatedProduct objects for the given ProductId from the database |
![]() | Save | Saves item to the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<RelatedProduct,int>) |