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


In This Topic
    AbleCommerceRoleProvider Class Members
    In This Topic

    The following tables list the members exposed by AbleCommerceRoleProvider.

    Public Constructors
    Public Properties
     NameDescription
    Public PropertyOverridden. Gets or sets the name of the application to store and retrieve role information for.  
    Public Property (Inherited from System.Configuration.Provider.ProviderBase)
    Public Property (Inherited from System.Configuration.Provider.ProviderBase)
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. Adds the specified user names to the specified roles for the configured applicationName.  
    Public MethodOverridden. Adds a new role to the data source for the configured applicationName.  
    Public MethodOverridden. Removes a role from the data source for the configured applicationName.  
    Public MethodOverridden. Gets an array of user names in a role where the user name contains the specified user name to match.  
    Public MethodOverridden. Gets a list of all the roles for the configured applicationName.  
    Public MethodOverridden. Gets a list of the roles that a specified user is in for the configured applicationName.  
    Public MethodOverridden. Gets a list of users in the specified role for the configured applicationName.  
    Public MethodOverridden. Initializes the configuration builder.  
    Public MethodOverloaded. Overridden. Gets a value indicating whether the specified user is in the specified role for the configured applicationName.  
    Public MethodOverridden. Removes the specified user names from the specified roles for the configured applicationName.  
    Public MethodOverridden. Gets a value indicating whether the specified role name already exists in the role data source for the configured applicationName.  
    Top
    Extension Methods
     NameDescription
    Public Extension MethodOverloaded.  Use this method to bulid query string from NameValueCollection
    Top
    See Also