Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Users Namespace / IUserGroupRepository Interface
Methods

In This Topic
    IUserGroupRepository Interface Members
    In This Topic

    The following tables list the members exposed by IUserGroupRepository.

    Public Methods
     NameDescription
     Method Count all items in the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<UserGroup,int>)
     Method Count all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<UserGroup,int>)
     Method Counts the number of UserGroup objects for the given GroupId in the database.  
     Method Counts the number of UserGroup objects for the given SubscriptionId in the database.  
     Method Counts the number of UserGroup objects for the given UserId in the database.  
     Method Deletes an item from the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<UserGroup,int>)
     Method Load item given the primary key  
     Method Load all items (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<UserGroup,int>)
     Method Load all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<UserGroup,int>)
     Method Loads a collection of UserGroup objects for the given GroupId from the database  
     Method Loads a collection of UserGroup objects for the given SubscriptionId from the database  
     Method Loads a collection of UserGroup objects for the given UserId from the database  
     Method Saves item to the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<UserGroup,int>)
    Top
    See Also