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

In This Topic
    IRoleRepository Interface Members
    In This Topic

    The following tables list the members exposed by IRoleRepository.

    Public Methods
     NameDescription
     Method Count all items in the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Role,int>)
     Method Count all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Role,int>)
     Method Deletes an item from the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Role,int>)
     Method Gets the ID of a role given the name.  
     MethodOverloaded.  Checks if the given group is in the specified role  
     MethodOverloaded.  Checks if the given user is in the specified role  
     Method Load item given the primary key (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Role,int>)
     Method Load all items (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Role,int>)
     Method Load all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Role,int>)
     Method Loads a role instance given the name.  
     Method Saves item to the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Role,int>)
    Top
    See Also