C# Class System.Web.Profile.ProfileManager

Afficher le fichier Open project: vargaz/mono Class Usage Examples

Private Properties

Свойство Type Description
CheckEnabled void
ProfileManager System

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
CheckEnabled ( ) : void
ProfileManager ( ) : System

Method Details

DeleteInactiveProfiles() public static méthode

public static DeleteInactiveProfiles ( ProfileAuthenticationOption authenticationOption, System.DateTime userInactiveSinceDate ) : int
authenticationOption ProfileAuthenticationOption
userInactiveSinceDate System.DateTime
Résultat int

DeleteProfile() public static méthode

public static DeleteProfile ( string username ) : bool
username string
Résultat bool

DeleteProfiles() public static méthode

public static DeleteProfiles ( System.Web.Profile.ProfileInfoCollection profiles ) : int
profiles System.Web.Profile.ProfileInfoCollection
Résultat int

DeleteProfiles() public static méthode

public static DeleteProfiles ( string usernames ) : int
usernames string
Résultat int

FindInactiveProfilesByUserName() public static méthode

public static FindInactiveProfilesByUserName ( ProfileAuthenticationOption authenticationOption, string usernameToMatch, System.DateTime userInactiveSinceDate ) : System.Web.Profile.ProfileInfoCollection
authenticationOption ProfileAuthenticationOption
usernameToMatch string
userInactiveSinceDate System.DateTime
Résultat System.Web.Profile.ProfileInfoCollection

FindInactiveProfilesByUserName() public static méthode

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
Résultat System.Web.Profile.ProfileInfoCollection

FindProfilesByUserName() public static méthode

public static FindProfilesByUserName ( ProfileAuthenticationOption authenticationOption, string usernameToMatch ) : System.Web.Profile.ProfileInfoCollection
authenticationOption ProfileAuthenticationOption
usernameToMatch string
Résultat System.Web.Profile.ProfileInfoCollection

FindProfilesByUserName() public static méthode

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
Résultat System.Web.Profile.ProfileInfoCollection

GetAllInactiveProfiles() public static méthode

public static GetAllInactiveProfiles ( ProfileAuthenticationOption authenticationOption, System.DateTime userInactiveSinceDate ) : System.Web.Profile.ProfileInfoCollection
authenticationOption ProfileAuthenticationOption
userInactiveSinceDate System.DateTime
Résultat System.Web.Profile.ProfileInfoCollection

GetAllInactiveProfiles() public static méthode

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
Résultat System.Web.Profile.ProfileInfoCollection

GetAllProfiles() public static méthode

public static GetAllProfiles ( ProfileAuthenticationOption authenticationOption ) : System.Web.Profile.ProfileInfoCollection
authenticationOption ProfileAuthenticationOption
Résultat System.Web.Profile.ProfileInfoCollection

GetAllProfiles() public static méthode

public static GetAllProfiles ( ProfileAuthenticationOption authenticationOption, int pageIndex, int pageSize, int &totalRecords ) : System.Web.Profile.ProfileInfoCollection
authenticationOption ProfileAuthenticationOption
pageIndex int
pageSize int
totalRecords int
Résultat System.Web.Profile.ProfileInfoCollection

GetNumberOfInactiveProfiles() public static méthode

public static GetNumberOfInactiveProfiles ( ProfileAuthenticationOption authenticationOption, System.DateTime userInactiveSinceDate ) : int
authenticationOption ProfileAuthenticationOption
userInactiveSinceDate System.DateTime
Résultat int

GetNumberOfProfiles() public static méthode

public static GetNumberOfProfiles ( ProfileAuthenticationOption authenticationOption ) : int
authenticationOption ProfileAuthenticationOption
Résultat int