Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Catalog Namespace / CategoryRepository Class
Methods


In This Topic
    CategoryRepository Class Members
    In This Topic

    The following tables list the members exposed by CategoryRepository.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Methods
     NameDescription
    Public MethodOverridden.   
    Public MethodOverridden.   
    Public MethodOverridden.   
    Public Method Count all items in the database (Inherited from CommerceBuilder.DomainModel.RepositoryWithTypedId<TEntity,int>)
    Public Method Count all items matching the criteria (Inherited from CommerceBuilder.DomainModel.RepositoryWithTypedId<TEntity,int>)
    Public Method  
    Public Method Counts the number of child categories of the given parent category  
    Public Method  
    Public MethodOverloaded.  (Inherited from CommerceBuilder.DomainModel.RepositoryWithTypedId<TEntity,int>)
    Public MethodOverloaded.  Gets a collection of categories matching the given name  
    Public Method Gets the number of categories matching the given name  
    Public MethodOverloaded.   
    Public MethodOverloaded.   
    Public Method Gets name of a category given its Id  
    Public Method  
    Public Method Gets Id of the parent category of the given category  
    Public Method  
    Public Method Load item given the primary key (Inherited from CommerceBuilder.DomainModel.RepositoryWithTypedId<TEntity,int>)
    Public Method Load all items (Inherited from CommerceBuilder.DomainModel.RepositoryWithTypedId<TEntity,int>)
    Public Method Load all items matching the criteria (Inherited from CommerceBuilder.DomainModel.RepositoryWithTypedId<TEntity,int>)
    Public Method  
    Public Method Loads a category given the name.  
    Public Method Get all child categories of the given parent.  
    Public Method Loads a category record given the named path.  
    Public Method  
    Public MethodOverloaded.  Gets a List of orphaned categories  
    Public Method Saves item to the database (Inherited from CommerceBuilder.DomainModel.Repository<Category>)
    Top
    Extension Methods
     NameDescription
    Public Extension MethodOverloaded.  Use this method to bulid query string from NameValueCollection
    Top
    See Also