Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Products Namespace / ProductGroupRepository Class
Methods


In This Topic
    ProductGroupRepository Class Members
    In This Topic

    The following tables list the members exposed by ProductGroupRepository.

    Public Constructors
    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 Method  
    Public Method  
    Public MethodOverloaded.  (Inherited from CommerceBuilder.DomainModel.RepositoryWithTypedId<TEntity,int>)
    Public MethodOverloaded.  Load item given the primary key  
    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  
    Public Method Saves item to the database (Inherited from CommerceBuilder.DomainModel.Repository<ProductGroup>)
    Top
    Extension Methods
     NameDescription
    Public Extension MethodOverloaded.  Use this method to bulid query string from NameValueCollection
    Top
    See Also