메소드 | 설명 | |
---|---|---|
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.
|
|
SetPropertyValues ( |
Sets the values of the specified group of property settings.
|
메소드 | 설명 | |
---|---|---|
DeleteProfile ( string username ) : bool |
Deletes profile data from the database for the specified user name.
|
|
UpdateAccount ( |
Updartes an account from an address class.
|
public DeleteInactiveProfiles ( ProfileAuthenticationOption authenticationOption, System.DateTime userInactiveSinceDate ) : int | ||
authenticationOption | ProfileAuthenticationOption | One of the |
userInactiveSinceDate | System.DateTime | A |
리턴 | int |
public DeleteProfiles ( System.Web.Profile.ProfileInfoCollection profiles ) : int | ||
profiles | System.Web.Profile.ProfileInfoCollection | A |
리턴 | int |
public DeleteProfiles ( string usernames ) : int | ||
usernames | string | A string array of user names for profiles to be deleted. /// |
리턴 | 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. /// |
리턴 | 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. /// |
리턴 | 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. /// |
리턴 | 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. /// |
리턴 | System.Web.Profile.ProfileInfoCollection |
public GetNumberOfInactiveProfiles ( ProfileAuthenticationOption authenticationOption, System.DateTime userInactiveSinceDate ) : int | ||
authenticationOption | ProfileAuthenticationOption | One of the |
userInactiveSinceDate | System.DateTime | A |
리턴 | int |
public GetPropertyValues ( |
||
context | A |
|
collection | A |
|
리턴 |
public SetPropertyValues ( |
||
context | A |
|
collection | A |
|
리턴 | void |