This documentation is archived and is not being maintained.
ProfileProvider Members
Visual Studio 2008
Defines the contract that ASP.NET implements to provide profile services using custom profile providers.
The ProfileProvider type exposes the following members.
| Name | Description | |
|---|---|---|
|
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. |
|
DeleteProfiles | Overloaded. Deletes profile properties and information from the data source. |
|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
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. |
|
FindProfilesByUserName | When overridden in a derived class, retrieves profile information for profiles in which the user name matches the specified user names. |
|
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. |
|
GetAllProfiles | When overridden in a derived class, retrieves user profile data for all profiles in the data source. |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
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. |
|
GetPropertyValues | Returns the collection of settings property values for the specified application instance and settings property group. (Inherited from SettingsProvider.) |
|
GetType | Gets the type of the current instance. (Inherited from Object.) |
|
Initialize | Initializes the provider. (Inherited from ProviderBase.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
SetPropertyValues | Sets the values of the specified group of property settings. (Inherited from SettingsProvider.) |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
|
ApplicationName | Gets or sets the name of the currently running application. (Inherited from SettingsProvider.) |
|
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.) |
Show: