Method | Description | |
---|---|---|
DeleteInactiveProfiles ( ProfileAuthenticationOption authenticationOption, System.DateTime userInactiveSinceDate ) : int | ||
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, |
||
SetPropertyValues ( |
Method | Description | |
---|---|---|
CheckParameters ( int pageIndex, int pageSize ) : void | ||
CreateProfile ( string username, bool isAnonymous ) : |
||
DeleteProfile ( int id ) : bool | ||
DeleteProfile ( string username ) : bool | ||
DeleteProfilesbyId ( string ids ) : int | ||
GetConfigValue ( string configValue, string defaultValue ) : string | ||
GetProfile ( int id ) : |
||
GetProfile ( string username ) : |
||
GetProfile ( string username, bool isAuthenticated ) : |
||
GetProfileInfo ( ProfileAuthenticationOption authenticationOption, string usernameToMatch, object userInactiveSinceDate, int pageIndex, int pageSize, int &totalRecords ) : System.Web.Profile.ProfileInfoCollection | ||
GetProfileInfoFromProfile ( |
||
IsMembershipUser ( string username ) : bool | ||
IsUserInCollection ( System.Web.Security.MembershipUserCollection uc, string username ) : bool | ||
UpdateActivityDates ( string username, bool isAuthenticated, bool activityOnly ) : void | ||
WriteToEventLog ( |
public DeleteInactiveProfiles ( ProfileAuthenticationOption authenticationOption, System.DateTime userInactiveSinceDate ) : int | ||
authenticationOption | ProfileAuthenticationOption | |
userInactiveSinceDate | System.DateTime | |
return | int |
public DeleteProfiles ( System.Web.Profile.ProfileInfoCollection profiles ) : int | ||
profiles | System.Web.Profile.ProfileInfoCollection | |
return | int |
public DeleteProfiles ( string usernames ) : int | ||
usernames | string | |
return | 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 | |
return | 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 | |
return | 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 | |
return | 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 | |
return | System.Web.Profile.ProfileInfoCollection |
public GetNumberOfInactiveProfiles ( ProfileAuthenticationOption authenticationOption, System.DateTime userInactiveSinceDate ) : int | ||
authenticationOption | ProfileAuthenticationOption | |
userInactiveSinceDate | System.DateTime | |
return | int |
public GetPropertyValues ( |
||
context | ||
ppc | ||
return |
public Initialize ( string name, |
||
name | string | |
config | ||
return | void |
public SetPropertyValues ( |
||
context | ||
ppvc | ||
return | void |