MySQLProfileProvider Members

MySQL Connector.Net

Collapse image Expand Image Copy image CopyHover image

The MySQLProfileProvider type exposes the following members.

Constructors

  Name Description
Public method MySQLProfileProvider

Methods

  Name Description
Public method DeleteInactiveProfiles
When overridden in a derived class, deletes all user-profile data for profiles in which the last activity date occurred before the specified date.
(Overrides ProfileProvider..::..DeleteInactiveProfiles(ProfileAuthenticationOption, DateTime).)
Public method DeleteProfiles(array<String>[]()[][])
When overridden in a derived class, deletes profile properties and information for profiles that match the supplied list of user names.
(Overrides ProfileProvider..::..DeleteProfiles(array<String>[]()[][]).)
Public method DeleteProfiles(ProfileInfoCollection)
When overridden in a derived class, deletes profile properties and information for the supplied list of profiles.
(Overrides ProfileProvider..::..DeleteProfiles(ProfileInfoCollection).)
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 FindInactiveProfilesByUserName
When overridden in a derived class, retrieves profile information for profiles in which the last activity date occurred on or before the specified date and the user name matches the specified user name.
(Overrides ProfileProvider..::..FindInactiveProfilesByUserName(ProfileAuthenticationOption, String, DateTime, Int32, Int32, Int32%).)
Public method FindProfilesByUserName
When overridden in a derived class, retrieves profile information for profiles in which the user name matches the specified user names.
(Overrides ProfileProvider..::..FindProfilesByUserName(ProfileAuthenticationOption, String, Int32, Int32, Int32%).)
Public method GetAllInactiveProfiles
When overridden in a derived class, retrieves user-profile data from the data source for profiles in which the last activity date occurred on or before the specified date.
(Overrides ProfileProvider..::..GetAllInactiveProfiles(ProfileAuthenticationOption, DateTime, Int32, Int32, Int32%).)
Public method GetAllProfiles
When overridden in a derived class, retrieves user profile data for all profiles in the data source.
(Overrides ProfileProvider..::..GetAllProfiles(ProfileAuthenticationOption, Int32, Int32, Int32%).)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetNumberOfInactiveProfiles
When overridden in a derived class, returns the number of profiles in which the last activity date occurred on or before the specified date.
(Overrides ProfileProvider..::..GetNumberOfInactiveProfiles(ProfileAuthenticationOption, DateTime).)
Public method GetPropertyValues
Returns the collection of settings property values for the specified application instance and settings property group.
(Overrides SettingsProvider..::..GetPropertyValues(SettingsContext, SettingsPropertyCollection).)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method Initialize
Initializes the provider.
(Overrides ProviderBase..::..Initialize(String, NameValueCollection).)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method SetPropertyValues
Sets the values of the specified group of property settings.
(Overrides SettingsProvider..::..SetPropertyValues(SettingsContext, SettingsPropertyValueCollection).)
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 currently running application.
(Overrides SettingsProvider..::..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.)

See Also