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

Inheritance: System.Web.Security.MembershipUser
Mostrar archivo Open project: davidein/Ru.GameSchool Class Usage Examples

Public Methods

Method 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 method

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
return System