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

In This Topic
    ICatalogNodeRepository Interface Members
    In This Topic

    The following tables list the members exposed by ICatalogNodeRepository.

    Public Methods
     NameDescription
     Method Count all items in the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<CatalogNode,int>)
     MethodOverloaded.  Counts the number of catalog node objects for the given category Id.  
     Method Count all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<CatalogNode,int>)
     MethodOverloaded.  Deletes the catalog node with the given key.  
     Method Gets the next order sequence for a new catalog node.  
     Method Gets an integer list of the ids of all parent categories  
     Method Loads the catalog node with the given key  
     Method Load all items (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<CatalogNode,int>)
     Method Loads all catalog nodes that point to the specified catalogable item.  
     MethodOverloaded.  Loads all catalog nodes for a category.  
     Method Load all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<CatalogNode,int>)
     Method Saves item to the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<CatalogNode,int>)
    Top
    See Also