Show / Hide Table of Contents

Class EditModalModel.UserInfoViewModel

Inheritance
System.Object
EditModalModel.UserInfoViewModel
Namespace: Volo.Abp.Identity.Web.Pages.Identity.Users
Assembly: Volo.Abp.Identity.Web.dll
Syntax
public class UserInfoViewModel : IHasConcurrencyStamp

Properties

ConcurrencyStamp

Declaration
public string ConcurrencyStamp { get; set; }
Property Value
Type Description
System.String

Email

Declaration
[Required]
[EmailAddress]
public string Email { get; set; }
Property Value
Type Description
System.String

Id

Declaration
public Guid Id { get; set; }
Property Value
Type Description
System.Guid

LockoutEnabled

Declaration
public bool LockoutEnabled { get; set; }
Property Value
Type Description
System.Boolean

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String

Password

Declaration
[DataType(DataType.Password)]
public string Password { get; set; }
Property Value
Type Description
System.String

PhoneNumber

Declaration
public string PhoneNumber { get; set; }
Property Value
Type Description
System.String

Surname

Declaration
public string Surname { get; set; }
Property Value
Type Description
System.String

TwoFactorEnabled

Declaration
public bool TwoFactorEnabled { get; set; }
Property Value
Type Description
System.Boolean

UserName

Declaration
[Required]
public string UserName { get; set; }
Property Value
Type Description
System.String

Extension Methods

AbpObjectExtensions.As<T>(Object)
AbpObjectExtensions.To<T>(Object)
AbpObjectExtensions.IsIn<T>(T, T[])
AbpObjectExtensions.If<T>(T, Boolean, Func<T, T>)
AbpObjectExtensions.If<T>(T, Boolean, Action<T>)
LockExtensions.Locking(Object, Action)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<TResult>(Object, Func<TResult>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
Back to top Powered by Volosoft