Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Products Namespace / IRelatedProductRepository Interface
Methods

In This Topic
    IRelatedProductRepository Interface Members
    In This Topic

    The following tables list the members exposed by IRelatedProductRepository.

    Public Methods
     NameDescription
     Method Count all items in the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<RelatedProduct,int>)
     Method Counts the number of RelatedProduct objects for the given ProductId in the database.  
     Method Count all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<RelatedProduct,int>)
     Method Counts the number of RelatedProduct objects for the given ProductId in the database.  
     Method Deletes the RelatedProduct entity for the given parent and child products.  
     Method Gets the count of relationships for the given parent and child products.  
     Method Loads the RelatedProduct entity for the given parent and child products.  
     Method Load all items (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<RelatedProduct,int>)
     Method Loads a collection of RelatedProduct objects for the given ProductId from the database  
     Method Load all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<RelatedProduct,int>)
     Method Loads a collection of RelatedProduct objects for the given ProductId from the database  
     Method Saves item to the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<RelatedProduct,int>)
    Top
    See Also