Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Users Namespace / GroupRepository Class
Methods


In This Topic
    GroupRepository Class Members
    In This Topic

    The following tables list the members exposed by GroupRepository.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Methods
     NameDescription
    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 MethodOverloaded.  Deletes a group from the database  
    Public Method Gets the ID of a group given the name.  
    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 Loads a group instance given the name.  
    Public Method  
    Public Method  
    Public Method  
    Public Method  
    Public Method Saves item to the database (Inherited from CommerceBuilder.DomainModel.Repository<Group>)
    Top
    Extension Methods
     NameDescription
    Public Extension MethodOverloaded.  Use this method to bulid query string from NameValueCollection
    Top
    See Also