C# Класс System.Web.Profile.ProfileManager

Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
CheckEnabled void
ProfileManager System

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

Метод Описание
DeleteInactiveProfiles ( ProfileAuthenticationOption authenticationOption, System.DateTime userInactiveSinceDate ) : int
DeleteProfile ( string username ) : bool
DeleteProfiles ( System.Web.Profile.ProfileInfoCollection profiles ) : int
DeleteProfiles ( string usernames ) : int
FindInactiveProfilesByUserName ( ProfileAuthenticationOption authenticationOption, string usernameToMatch, System.DateTime userInactiveSinceDate ) : System.Web.Profile.ProfileInfoCollection
FindInactiveProfilesByUserName ( ProfileAuthenticationOption authenticationOption, string usernameToMatch, System.DateTime userInactiveSinceDate, int pageIndex, int pageSize, int &totalRecords ) : System.Web.Profile.ProfileInfoCollection
FindProfilesByUserName ( ProfileAuthenticationOption authenticationOption, string usernameToMatch ) : 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 ) : System.Web.Profile.ProfileInfoCollection
GetAllInactiveProfiles ( ProfileAuthenticationOption authenticationOption, System.DateTime userInactiveSinceDate, int pageIndex, int pageSize, int &totalRecords ) : System.Web.Profile.ProfileInfoCollection
GetAllProfiles ( ProfileAuthenticationOption authenticationOption ) : System.Web.Profile.ProfileInfoCollection
GetAllProfiles ( ProfileAuthenticationOption authenticationOption, int pageIndex, int pageSize, int &totalRecords ) : System.Web.Profile.ProfileInfoCollection
GetNumberOfInactiveProfiles ( ProfileAuthenticationOption authenticationOption, System.DateTime userInactiveSinceDate ) : int
GetNumberOfProfiles ( ProfileAuthenticationOption authenticationOption ) : int

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

Метод Описание
CheckEnabled ( ) : void
ProfileManager ( ) : System

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

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

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

DeleteProfile() публичный статический Метод

public static DeleteProfile ( string username ) : bool
username string
Результат bool

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

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

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

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

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

public static FindInactiveProfilesByUserName ( ProfileAuthenticationOption authenticationOption, string usernameToMatch, System.DateTime userInactiveSinceDate ) : System.Web.Profile.ProfileInfoCollection
authenticationOption ProfileAuthenticationOption
usernameToMatch string
userInactiveSinceDate System.DateTime
Результат System.Web.Profile.ProfileInfoCollection

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

public static 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 static FindProfilesByUserName ( ProfileAuthenticationOption authenticationOption, string usernameToMatch ) : System.Web.Profile.ProfileInfoCollection
authenticationOption ProfileAuthenticationOption
usernameToMatch string
Результат System.Web.Profile.ProfileInfoCollection

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

public static 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 static GetAllInactiveProfiles ( ProfileAuthenticationOption authenticationOption, System.DateTime userInactiveSinceDate ) : System.Web.Profile.ProfileInfoCollection
authenticationOption ProfileAuthenticationOption
userInactiveSinceDate System.DateTime
Результат System.Web.Profile.ProfileInfoCollection

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

public static 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 static GetAllProfiles ( ProfileAuthenticationOption authenticationOption ) : System.Web.Profile.ProfileInfoCollection
authenticationOption ProfileAuthenticationOption
Результат System.Web.Profile.ProfileInfoCollection

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

public static 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 static GetNumberOfInactiveProfiles ( ProfileAuthenticationOption authenticationOption, System.DateTime userInactiveSinceDate ) : int
authenticationOption ProfileAuthenticationOption
userInactiveSinceDate System.DateTime
Результат int

GetNumberOfProfiles() публичный статический Метод

public static GetNumberOfProfiles ( ProfileAuthenticationOption authenticationOption ) : int
authenticationOption ProfileAuthenticationOption
Результат int