C# 클래스 Ru.GameSchool.Web.Classes.GameSchoolMembershipUser

상속: System.Web.Security.MembershipUser
파일 보기 프로젝트 열기: davidein/Ru.GameSchool 1 사용 예제들

공개 메소드들

메소드 설명
GameSchoolMembershipUser ( string providerName, string name, object providerUserKey, string email, string passwordQuestion, string comment, bool isApproved, bool isLockedOut, System.DateTime creationDate, System.DateTime lastLoginDateTime, System.DateTime lastAcctivityDate, System.DateTime lastPasswordChangeDate, System.DateTime lastLockoutDateTime, string fullname, int userInfoId, int userRoleId ) : System

메소드 상세

GameSchoolMembershipUser() 공개 메소드

public GameSchoolMembershipUser ( string providerName, string name, object providerUserKey, string email, string passwordQuestion, string comment, bool isApproved, bool isLockedOut, System.DateTime creationDate, System.DateTime lastLoginDateTime, System.DateTime lastAcctivityDate, System.DateTime lastPasswordChangeDate, System.DateTime lastLockoutDateTime, string fullname, int userInfoId, int userRoleId ) : System
providerName string
name string
providerUserKey object
email string
passwordQuestion string
comment string
isApproved bool
isLockedOut bool
creationDate System.DateTime
lastLoginDateTime System.DateTime
lastAcctivityDate System.DateTime
lastPasswordChangeDate System.DateTime
lastLockoutDateTime System.DateTime
fullname string
userInfoId int
userRoleId int
리턴 System