ProfileProvider Methods
.NET Framework 2.0
(see also
Protected Methods
)
Top
| 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 |
Overloaded.
Determines whether two Object instances are equal.
(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)
|
| ReferenceEquals |
Determines whether the specified Object instances are the same instance.
(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 | |
|---|---|---|
| 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)
|
| MemberwiseClone |
Creates a shallow copy of the current Object.
(inherited from
Object)
|
Reference
ProfileProvider ClassSystem.Web.Profile Namespace
Other Resources
Implementing a Profile ProviderASP.NET Profile Properties
Community Additions
ADD
Show: