C# Класс Mainsoft.Web.Profile.DerbyProfileProvider

This class supports the Framework infrastructure and is not intended to be used directly from your code.

Manages storage of profile information for an ASP.NET application in a Derby database.

Наследование: System.Web.Profile.ProfileProvider
Показать файл Открыть проект

Открытые методы

Метод Описание
DeleteInactiveProfiles ( ProfileAuthenticationOption authenticationOption, System.DateTime userInactiveSinceDate ) : int
DeleteProfiles ( System.Web.Profile.ProfileInfoCollection profiles ) : int
DeleteProfiles ( string usernames ) : int
DerbyProfileProvider ( ) : System
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 ( SettingsContext sc, SettingsPropertyCollection properties ) : SettingsPropertyValueCollection
Initialize ( string name, NameValueCollection config ) : void
SetPropertyValues ( SettingsContext sc, SettingsPropertyValueCollection properties ) : void

Приватные методы

Метод Описание
BuildProfileInfoCollection ( System.Data.Common.DbDataReader reader, int pageIndex, int pageSize, int &totalRecords ) : System.Web.Profile.ProfileInfoCollection
CheckParam ( string pName, string p, int length ) : void
CreateConnection ( ) : DbConnection
DecodeProfileData ( string allnames, string values, byte buf, SettingsPropertyValueCollection properties ) : void
DeleteProfilesInternal ( string usernames ) : int
EncodeProfileData ( string &allNames, string &allValues, byte &buf, SettingsPropertyValueCollection properties, bool userIsAuthenticated ) : void
GetStringConfigValue ( NameValueCollection config, string name, string def ) : string
ReadProfileInfo ( System.Data.Common.DbDataReader reader ) : System.Web.Profile.ProfileInfo

Описание методов

DeleteInactiveProfiles() публичный Метод

public DeleteInactiveProfiles ( ProfileAuthenticationOption authenticationOption, System.DateTime userInactiveSinceDate ) : int
authenticationOption ProfileAuthenticationOption
userInactiveSinceDate System.DateTime
Результат int

DeleteProfiles() публичный Метод

public DeleteProfiles ( System.Web.Profile.ProfileInfoCollection profiles ) : int
profiles System.Web.Profile.ProfileInfoCollection
Результат int

DeleteProfiles() публичный Метод

public DeleteProfiles ( string usernames ) : int
usernames string
Результат int

DerbyProfileProvider() публичный Метод

public DerbyProfileProvider ( ) : System
Результат System

FindInactiveProfilesByUserName() публичный Метод

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

FindProfilesByUserName() публичный Метод

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

GetAllInactiveProfiles() публичный Метод

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

GetAllProfiles() публичный Метод

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

GetNumberOfInactiveProfiles() публичный Метод

public GetNumberOfInactiveProfiles ( ProfileAuthenticationOption authenticationOption, System.DateTime userInactiveSinceDate ) : int
authenticationOption ProfileAuthenticationOption
userInactiveSinceDate System.DateTime
Результат int

GetPropertyValues() публичный Метод

public GetPropertyValues ( SettingsContext sc, SettingsPropertyCollection properties ) : SettingsPropertyValueCollection
sc System.Configuration.SettingsContext
properties System.Configuration.SettingsPropertyCollection
Результат System.Configuration.SettingsPropertyValueCollection

Initialize() публичный Метод

public Initialize ( string name, NameValueCollection config ) : void
name string
config System.Collections.Specialized.NameValueCollection
Результат void

SetPropertyValues() публичный Метод

public SetPropertyValues ( SettingsContext sc, SettingsPropertyValueCollection properties ) : void
sc System.Configuration.SettingsContext
properties System.Configuration.SettingsPropertyValueCollection
Результат void