C# Class Ru.GameSchool.Web.Classes.GameSchoolMembershipUser

Inheritance: System.Web.Security.MembershipUser
Afficher le fichier Open project: davidein/Ru.GameSchool Class Usage Examples

Méthodes publiques

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

Method Details

GameSchoolMembershipUser() public méthode

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
Résultat System