DefaultProfileProvider Class

 

Represents the implemented ProfileProvider using EntityFramework.

Namespace:   System.Web.Providers
Assembly:  System.Web.Providers (in System.Web.Providers.dll)

System.Object
  System.Configuration.Provider.ProviderBase
    System.Configuration.SettingsProvider
      System.Web.Profile.ProfileProvider
        System.Web.Providers.DefaultProfileProvider

public class DefaultProfileProvider : ProfileProvider

NameDescription
System_CAPS_pubmethodDefaultProfileProvider()

Initializes a new instance of the DefaultProfileProvider class.

NameDescription
System_CAPS_pubpropertyApplicationName

Gets or sets the application name.(Overrides SettingsProvider.ApplicationName.)

System_CAPS_pubpropertyDescription

(Inherited from ProviderBase.)

System_CAPS_pubpropertyName

(Inherited from ProviderBase.)

NameDescription
System_CAPS_pubmethodDeleteInactiveProfiles(ProfileAuthenticationOption, DateTime)
System_CAPS_pubmethodDeleteProfiles(ProfileInfoCollection)

Deletes the profiles specified.(Overrides ProfileProvider.DeleteProfiles(ProfileInfoCollection).)

System_CAPS_pubmethodDeleteProfiles(String[])

Deletes the specified profiles.(Overrides ProfileProvider.DeleteProfiles(String[]).)

System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodFindInactiveProfilesByUserName(ProfileAuthenticationOption, String, DateTime, Int32, Int32, Int32)
System_CAPS_pubmethodFindProfilesByUserName(ProfileAuthenticationOption, String, Int32, Int32, Int32)
System_CAPS_pubmethodGetAllInactiveProfiles(ProfileAuthenticationOption, DateTime, Int32, Int32, Int32)
System_CAPS_pubmethodGetAllProfiles(ProfileAuthenticationOption, Int32, Int32, Int32)
System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetNumberOfInactiveProfiles(ProfileAuthenticationOption, DateTime)
System_CAPS_pubmethodGetPropertyValues(SettingsContext, SettingsPropertyCollection)
System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodInitialize(String, NameValueCollection)

Initializes the provider from configuration.(Overrides ProviderBase.Initialize(String, NameValueCollection).)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodSetPropertyValues(SettingsContext, SettingsPropertyValueCollection)
System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: