Name | Description | |
---|---|---|
![]() | AbleCommerceRoleProvider Constructor |
The following tables list the members exposed by AbleCommerceRoleProvider.
Name | Description | |
---|---|---|
![]() | AbleCommerceRoleProvider Constructor |
Name | Description | |
---|---|---|
![]() | ApplicationName | Overridden. Gets or sets the name of the application to store and retrieve role information for. |
![]() | Description | (Inherited from System.Configuration.Provider.ProviderBase) |
![]() | Name | (Inherited from System.Configuration.Provider.ProviderBase) |
Name | Description | |
---|---|---|
![]() | AddUsersToRoles | Overridden. Adds the specified user names to the specified roles for the configured applicationName. |
![]() | CreateRole | Overridden. Adds a new role to the data source for the configured applicationName. |
![]() | DeleteRole | Overridden. Removes a role from the data source for the configured applicationName. |
![]() | FindUsersInRole | Overridden. Gets an array of user names in a role where the user name contains the specified user name to match. |
![]() | GetAllRoles | Overridden. Gets a list of all the roles for the configured applicationName. |
![]() | GetRolesForUser | Overridden. Gets a list of the roles that a specified user is in for the configured applicationName. |
![]() | GetUsersInRole | Overridden. Gets a list of users in the specified role for the configured applicationName. |
![]() | Initialize | Overridden. Initializes the configuration builder. |
![]() | IsUserInRole | Overloaded. Overridden. Gets a value indicating whether the specified user is in the specified role for the configured applicationName. |
![]() | RemoveUsersFromRoles | Overridden. Removes the specified user names from the specified roles for the configured applicationName. |
![]() | RoleExists | Overridden. Gets a value indicating whether the specified role name already exists in the role data source for the configured applicationName. |
Name | Description | |
---|---|---|
![]() | ToQueryString | Overloaded. Use this method to bulid query string from NameValueCollection |