MySQL Connector/Net |
MySQLRoleProvider Members |
MySQLRoleProvider Class Constructors Methods Properties See Also Send Feedback |
The MySQLRoleProvider type exposes the following members.
Constructors
Name | Description | |
---|---|---|
MySQLRoleProvider |
Methods
Name | Description | |
---|---|---|
AddUsersToRoles |
Adds the users to roles.
(Overrides RoleProvider..::.AddUsersToRoles(array<String>[]()[], array<String>[]()[]).) | |
CreateRole |
Creates the role.
(Overrides RoleProvider..::.CreateRole(String).) | |
DeleteRole |
Deletes the role.
(Overrides RoleProvider..::.DeleteRole(String, Boolean).) | |
Equals | (Inherited from Object.) | |
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
FindUsersInRole |
Finds the users in role.
(Overrides RoleProvider..::.FindUsersInRole(String, String).) | |
GetAllRoles |
Gets a list of all the roles for the configured applicationName.
(Overrides RoleProvider..::.GetAllRoles()()().) | |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
GetRolesForUser |
Gets a list of the roles that a specified user is in for the configured applicationName.
(Overrides RoleProvider..::.GetRolesForUser(String).) | |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
GetUsersInRole |
Gets the users in role.
(Overrides RoleProvider..::.GetUsersInRole(String).) | |
Initialize |
Initializes the provider.
(Overrides ProviderBase..::.Initialize(String, NameValueCollection).) | |
IsUserInRole |
Determines whether [is user in role] [the specified username].
(Overrides RoleProvider..::.IsUserInRole(String, String).) | |
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
RemoveUsersFromRoles |
Removes the users from roles.
(Overrides RoleProvider..::.RemoveUsersFromRoles(array<String>[]()[], array<String>[]()[]).) | |
RoleExists |
Roles the exists.
(Overrides RoleProvider..::.RoleExists(String).) | |
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
ApplicationName |
Gets or sets the name of the application to store and retrieve role information for.
(Overrides RoleProvider..::.ApplicationName.) | |
Description |
Gets a brief, friendly description suitable for display in administrative tools or other user interfaces (UIs).
(Inherited from ProviderBase.) | |
Name |
Gets the friendly name used to refer to the provider during configuration.
(Inherited from ProviderBase.) | |
WriteExceptionsToEventLog |
Gets or sets a value indicating whether [write exceptions to event log].
|