MySQLRoleProvider Members

MySQL Connector.Net

Collapse image Expand Image Copy image CopyHover image

The MySQLRoleProvider type exposes the following members.

Constructors

  Name Description
Public method MySQLRoleProvider

Methods

  Name Description
Public method AddUsersToRoles
Adds the users to roles.
(Overrides RoleProvider..::..AddUsersToRoles(array<String>[]()[][], array<String>[]()[][]).)
Public method CreateRole
Creates the role.
(Overrides RoleProvider..::..CreateRole(String).)
Public method DeleteRole
Deletes the role.
(Overrides RoleProvider..::..DeleteRole(String, Boolean).)
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public method FindUsersInRole
Finds the users in role.
(Overrides RoleProvider..::..FindUsersInRole(String, String).)
Public method GetAllRoles
Gets a list of all the roles for the configured applicationName.
(Overrides RoleProvider..::..GetAllRoles()()()().)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetRolesForUser
Gets a list of the roles that a specified user is in for the configured applicationName.
(Overrides RoleProvider..::..GetRolesForUser(String).)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method GetUsersInRole
Gets the users in role.
(Overrides RoleProvider..::..GetUsersInRole(String).)
Public method Initialize
Initializes the provider.
(Overrides ProviderBase..::..Initialize(String, NameValueCollection).)
Public method IsUserInRole
Determines whether [is user in role] [the specified username].
(Overrides RoleProvider..::..IsUserInRole(String, String).)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method RemoveUsersFromRoles
Removes the users from roles.
(Overrides RoleProvider..::..RemoveUsersFromRoles(array<String>[]()[][], array<String>[]()[][]).)
Public method RoleExists
Roles the exists.
(Overrides RoleProvider..::..RoleExists(String).)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  Name Description
Public property ApplicationName
Gets or sets the name of the application to store and retrieve role information for.
(Overrides RoleProvider..::..ApplicationName.)
Public property Description
Gets a brief, friendly description suitable for display in administrative tools or other user interfaces (UIs).
(Inherited from ProviderBase.)
Public property Name
Gets the friendly name used to refer to the provider during configuration.
(Inherited from ProviderBase.)
Public property WriteExceptionsToEventLog
Gets or sets a value indicating whether [write exceptions to event log].

See Also