C# 클래스 System.Web.Profile.ProfileManager

파일 보기 프로젝트 열기: vargaz/mono 1 사용 예제들

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