메소드 | 설명 | |
---|---|---|
DeleteInactiveProfiles ( ProfileAuthenticationOption authenticationOption, System.DateTime userInactiveSinceDate ) : int |
ProfileProvider.DeleteInactiveProfiles
|
|
DeleteProfiles ( System.Web.Profile.ProfileInfoCollection profiles ) : int | ||
DeleteProfiles ( string usernames ) : int | ||
FindInactiveProfilesByUserName ( ProfileAuthenticationOption authenticationOption, string usernameToMatch, System.DateTime userInactiveSinceDate, int pageIndex, int pageSize, int &totalRecords ) : System.Web.Profile.ProfileInfoCollection | ||
FindProfilesByUserName ( ProfileAuthenticationOption authenticationOption, string usernameToMatch, int pageIndex, int pageSize, int &totalRecords ) : System.Web.Profile.ProfileInfoCollection | ||
GetAllInactiveProfiles ( ProfileAuthenticationOption authenticationOption, System.DateTime userInactiveSinceDate, int pageIndex, int pageSize, int &totalRecords ) : System.Web.Profile.ProfileInfoCollection | ||
GetAllProfiles ( ProfileAuthenticationOption authenticationOption, int pageIndex, int pageSize, int &totalRecords ) : System.Web.Profile.ProfileInfoCollection | ||
GetNumberOfInactiveProfiles ( ProfileAuthenticationOption authenticationOption, System.DateTime userInactiveSinceDate ) : int | ||
GetPropertyValues ( |
|
|
Initialize ( string name, |
System.Configuration.Provider.ProviderBase.Initialize Method
|
|
SetPropertyValues ( |
메소드 | 설명 | |
---|---|---|
CreateProfileForUser ( string username, bool isAuthenticated ) : void |
Create a empty user profile
|
|
ProfileExists ( string username ) : bool | ||
UpdateActivityDates ( string username, bool isAuthenticated, bool activityOnly ) : void |
Updates the LastActivityDate and LastUpdatedDate values when profile properties are accessed by the GetPropertyValues and SetPropertyValues methods. Passing true as the activityOnly parameter will update only the LastActivityDate.
|
public DeleteInactiveProfiles ( ProfileAuthenticationOption authenticationOption, System.DateTime userInactiveSinceDate ) : int | ||
authenticationOption | ProfileAuthenticationOption | |
userInactiveSinceDate | System.DateTime | |
리턴 | int |
public DeleteProfiles ( System.Web.Profile.ProfileInfoCollection profiles ) : int | ||
profiles | System.Web.Profile.ProfileInfoCollection | |
리턴 | int |
public FindInactiveProfilesByUserName ( ProfileAuthenticationOption authenticationOption, string usernameToMatch, System.DateTime userInactiveSinceDate, int pageIndex, int pageSize, int &totalRecords ) : System.Web.Profile.ProfileInfoCollection | ||
authenticationOption | ProfileAuthenticationOption | |
usernameToMatch | string | |
userInactiveSinceDate | System.DateTime | |
pageIndex | int | |
pageSize | int | |
totalRecords | int | |
리턴 | System.Web.Profile.ProfileInfoCollection |
public FindProfilesByUserName ( ProfileAuthenticationOption authenticationOption, string usernameToMatch, int pageIndex, int pageSize, int &totalRecords ) : System.Web.Profile.ProfileInfoCollection | ||
authenticationOption | ProfileAuthenticationOption | |
usernameToMatch | string | |
pageIndex | int | |
pageSize | int | |
totalRecords | int | |
리턴 | System.Web.Profile.ProfileInfoCollection |
public GetAllInactiveProfiles ( ProfileAuthenticationOption authenticationOption, System.DateTime userInactiveSinceDate, int pageIndex, int pageSize, int &totalRecords ) : System.Web.Profile.ProfileInfoCollection | ||
authenticationOption | ProfileAuthenticationOption | |
userInactiveSinceDate | System.DateTime | |
pageIndex | int | |
pageSize | int | |
totalRecords | int | |
리턴 | System.Web.Profile.ProfileInfoCollection |
public GetAllProfiles ( ProfileAuthenticationOption authenticationOption, int pageIndex, int pageSize, int &totalRecords ) : System.Web.Profile.ProfileInfoCollection | ||
authenticationOption | ProfileAuthenticationOption | |
pageIndex | int | |
pageSize | int | |
totalRecords | int | |
리턴 | System.Web.Profile.ProfileInfoCollection |
public GetNumberOfInactiveProfiles ( ProfileAuthenticationOption authenticationOption, System.DateTime userInactiveSinceDate ) : int | ||
authenticationOption | ProfileAuthenticationOption | |
userInactiveSinceDate | System.DateTime | |
리턴 | int |
public GetPropertyValues ( |
||
context | ||
collection | ||
리턴 |
public Initialize ( string name, |
||
name | string | |
config | ||
리턴 | void |
public SetPropertyValues ( |
||
context | ||
collection | ||
리턴 | void |