Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Catalog Namespace / ICategoryParentRepository Interface
Methods

In This Topic
    ICategoryParentRepository Interface Members
    In This Topic

    The following tables list the members exposed by ICategoryParentRepository.

    Public Methods
     NameDescription
     Method Count all items in the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<CategoryParent,int>)
     Method Count all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<CategoryParent,int>)
     Method Deletes a category parent record given the id of category and parent  
     MethodOverloaded.  Gets the category tree of the store in a flat collection, sorted by level.  
     Method Loads a category parent record given the id of category and parent  
     Method Load all items (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<CategoryParent,int>)
     Method Loads all parent nodes for a category.  
     Method Load all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<CategoryParent,int>)
     Method Saves item to the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<CategoryParent,int>)
    Top
    See Also