Метод | Описание | |
---|---|---|
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, System config ) : void | ||
SetPropertyValues ( |
Метод | Описание | |
---|---|---|
CreateProfileInfoFromDictionary ( byte[]>.IDictionary |
||
DeleteProfile ( string username, bool isAuthenticated ) : bool | ||
GetConfigValue ( string configValue, string defaultValue ) : string | ||
GetConnection ( ) : |
||
GetProfileKey ( string profileName, bool isAuthenticated ) : string | ||
GetProfilesKey ( ) : string | ||
GetProfilesKeyAnonymous ( ) : string | ||
GetProfilesKeyAuthenticated ( ) : string | ||
OnConnectionError ( object sender, BookSleeve.ErrorEventArgs args ) : void | ||
UpdateActivity ( string username, bool isAuthenticated, bool activityOnly ) : void | ||
WriteToEventLog ( |
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 DeleteProfiles ( string usernames ) : int | ||
usernames | string | |
Результат | 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, System config ) : void | ||
name | string | |
config | System | |
Результат | void |
public SetPropertyValues ( |
||
context | ||
collection | ||
Результат | void |