Method | Description | |
---|---|---|
DeleteInactiveProfiles ( ProfileAuthenticationOption authenticationOption, System.DateTime userInactiveSinceDate ) : int |
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 ( System.Web.Profile.ProfileInfoCollection profiles ) : int |
When overridden in a derived class, deletes profile properties and information for the supplied list of profiles.
|
|
DeleteProfiles ( string usernames ) : int |
When overridden in a derived class, deletes profile properties and information for profiles that match the supplied list of user names.
|
|
FindInactiveProfilesByUserName ( ProfileAuthenticationOption authenticationOption, string usernameToMatch, System.DateTime userInactiveSinceDate, int pageIndex, int pageSize, int &totalRecords ) : System.Web.Profile.ProfileInfoCollection |
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 ( ProfileAuthenticationOption authenticationOption, string usernameToMatch, int pageIndex, int pageSize, int &totalRecords ) : System.Web.Profile.ProfileInfoCollection |
When overridden in a derived class, retrieves profile information for profiles in which the user name matches the specified user names.
|
|
GetAllInactiveProfiles ( ProfileAuthenticationOption authenticationOption, System.DateTime userInactiveSinceDate, int pageIndex, int pageSize, int &totalRecords ) : System.Web.Profile.ProfileInfoCollection |
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 ( ProfileAuthenticationOption authenticationOption, int pageIndex, int pageSize, int &totalRecords ) : System.Web.Profile.ProfileInfoCollection |
When overridden in a derived class, retrieves user profile data for all profiles in the data source.
|
|
GetNumberOfInactiveProfiles ( ProfileAuthenticationOption authenticationOption, System.DateTime userInactiveSinceDate ) : int |
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.
|
|
Initialize ( string name, |
Initializes the provider.
|
|
SetPropertyValues ( |
Sets the values of the specified group of property settings.
|
Method | Description | |
---|---|---|
DecodeProfileData ( |
||
DeleteUserData ( |
||
EncodeProfileData ( |
||
GetConfigValue ( string configValue, string defaultValue ) : string | ||
GetProfiles ( ProfileAuthenticationOption authenticationOption, string usernameToMatch, System.DateTime userInactiveSinceDate, int pageIndex, int pageSize, int &totalRecords ) : System.Web.Profile.ProfileInfoCollection |
public DeleteInactiveProfiles ( ProfileAuthenticationOption authenticationOption, System.DateTime userInactiveSinceDate ) : int | ||
authenticationOption | ProfileAuthenticationOption | One of the
/// |
userInactiveSinceDate | System.DateTime | A |
return | int |
public DeleteProfiles ( System.Web.Profile.ProfileInfoCollection profiles ) : int | ||
profiles | System.Web.Profile.ProfileInfoCollection | A
/// |
return | int |
public DeleteProfiles ( string usernames ) : int | ||
usernames | string | A string array of user names for /// profiles to be deleted. |
return | int |
public FindInactiveProfilesByUserName ( ProfileAuthenticationOption authenticationOption, string usernameToMatch, System.DateTime userInactiveSinceDate, int pageIndex, int pageSize, int &totalRecords ) : System.Web.Profile.ProfileInfoCollection | ||
authenticationOption | ProfileAuthenticationOption | One of the
/// |
usernameToMatch | string | The user name to search for. |
userInactiveSinceDate | System.DateTime | A |
pageIndex | int | The index of the page of results to return. |
pageSize | int | The size of the page of results to return. |
totalRecords | int | When this method returns, contains the total /// number of profiles. |
return | System.Web.Profile.ProfileInfoCollection |
public FindProfilesByUserName ( ProfileAuthenticationOption authenticationOption, string usernameToMatch, int pageIndex, int pageSize, int &totalRecords ) : System.Web.Profile.ProfileInfoCollection | ||
authenticationOption | ProfileAuthenticationOption | One of the
/// |
usernameToMatch | string | The user name to search for. |
pageIndex | int | The index of the page of results to return. |
pageSize | int | The size of the page of results to return. |
totalRecords | int | When this method returns, contains the total /// number of profiles. |
return | System.Web.Profile.ProfileInfoCollection |
public GetAllInactiveProfiles ( ProfileAuthenticationOption authenticationOption, System.DateTime userInactiveSinceDate, int pageIndex, int pageSize, int &totalRecords ) : System.Web.Profile.ProfileInfoCollection | ||
authenticationOption | ProfileAuthenticationOption | One of the
/// |
userInactiveSinceDate | System.DateTime | A |
pageIndex | int | The index of the page of results to return. |
pageSize | int | The size of the page of results to return. |
totalRecords | int | When this method returns, contains the /// total number of profiles. |
return | System.Web.Profile.ProfileInfoCollection |
public GetAllProfiles ( ProfileAuthenticationOption authenticationOption, int pageIndex, int pageSize, int &totalRecords ) : System.Web.Profile.ProfileInfoCollection | ||
authenticationOption | ProfileAuthenticationOption | One of the
/// |
pageIndex | int | The index of the page of results to return. |
pageSize | int | The size of the page of results to return. |
totalRecords | int | When this method returns, contains the /// total number of profiles. |
return | System.Web.Profile.ProfileInfoCollection |
public GetNumberOfInactiveProfiles ( ProfileAuthenticationOption authenticationOption, System.DateTime userInactiveSinceDate ) : int | ||
authenticationOption | ProfileAuthenticationOption | One of the
/// |
userInactiveSinceDate | System.DateTime | A |
return | int |
public GetPropertyValues ( |
||
context | A |
|
collection | A |
|
return |
public Initialize ( string name, |
||
name | string | The friendly name of the provider. |
config | A collection of the name/value pairs representing the provider-specific attributes specified in the configuration for this provider. | |
return | void |
public SetPropertyValues ( |
||
context | A |
|
collection | A |
|
return | void |