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


In This Topic
    CategoryParentRepository Class Methods
    In This Topic

    For a list of all members of this type, see CategoryParentRepository members.

    Public Methods
     NameDescription
    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 MethodOverloaded.   
    Public MethodOverloaded.  Gets the children for a given category.  
    Public MethodOverloaded.  Load item given the primary key  
    Public Method Load all items (Inherited from CommerceBuilder.DomainModel.RepositoryWithTypedId<TEntity,int>)
    Public Method  
    Public Method Load all items matching the criteria (Inherited from CommerceBuilder.DomainModel.RepositoryWithTypedId<TEntity,int>)
    Public Method Saves item to the database (Inherited from CommerceBuilder.DomainModel.Repository<CategoryParent>)
    Top
    Extension Methods
     NameDescription
    Public Extension MethodOverloaded.  Use this method to bulid query string from NameValueCollection
    Top
    See Also