C# Класс Ru.GameSchool.Web.Classes.GameSchoolMembershipUser

Наследование: System.Web.Security.MembershipUser
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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