MySQLProfileProvider Class

MySQL Connector/Net

MySQLProfileProvider Class
Inheritance Hierarchy

Namespace: MySql.Web.Profile
Assembly: MySql.Web (in MySql.Web.dll) Version: 6.9.9
Syntax
public class MySQLProfileProvider : ProfileProvider
Public Class MySQLProfileProvider
	Inherits ProfileProvider
public ref class MySQLProfileProvider : public ProfileProvider
type MySQLProfileProvider =  
    class
        inherit ProfileProvider
    end

The MySQLProfileProvider type exposes the following members.

Constructors
  NameDescription
Public methodMySQLProfileProvider
Top
Properties
  NameDescription
Public propertyApplicationName (Overrides SettingsProviderApplicationName.)
Public propertyDescription
Gets a brief, friendly description suitable for display in administrative tools or other user interfaces (UIs).
(Inherited from ProviderBase.)
Public propertyName
Gets the friendly name used to refer to the provider during configuration.
(Inherited from ProviderBase.)
Top
Methods
  NameDescription
Public methodDeleteInactiveProfiles (Overrides ProfileProviderDeleteInactiveProfiles(ProfileAuthenticationOption, DateTime).)
Public methodDeleteProfiles(String) (Overrides ProfileProviderDeleteProfiles(String).)
Public methodDeleteProfiles(ProfileInfoCollection) (Overrides ProfileProviderDeleteProfiles(ProfileInfoCollection).)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFindInactiveProfilesByUserName (Overrides ProfileProviderFindInactiveProfilesByUserName(ProfileAuthenticationOption, String, DateTime, Int32, Int32, Int32).)
Public methodFindProfilesByUserName (Overrides ProfileProviderFindProfilesByUserName(ProfileAuthenticationOption, String, Int32, Int32, Int32).)
Public methodGetAllInactiveProfiles (Overrides ProfileProviderGetAllInactiveProfiles(ProfileAuthenticationOption, DateTime, Int32, Int32, Int32).)
Public methodGetAllProfiles (Overrides ProfileProviderGetAllProfiles(ProfileAuthenticationOption, Int32, Int32, Int32).)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetNumberOfInactiveProfiles (Overrides ProfileProviderGetNumberOfInactiveProfiles(ProfileAuthenticationOption, DateTime).)
Public methodGetPropertyValues (Overrides SettingsProviderGetPropertyValues(SettingsContext, SettingsPropertyCollection).)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInitialize (Overrides ProviderBaseInitialize(String, NameValueCollection).)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSetPropertyValues (Overrides SettingsProviderSetPropertyValues(SettingsContext, SettingsPropertyValueCollection).)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also