Show / Hide Table of Contents

Interface IUser

Inherited Members
IEntity<Guid>.Id
IEntity.GetKeys()
Namespace: Volo.Abp.Users
Assembly: Volo.Abp.Users.Domain.dll
Syntax
public interface IUser : IAggregateRoot<Guid>, IEntity<Guid>, IAggregateRoot, IEntity, IMultiTenant

Properties

Email

Declaration
string Email { get; }
Property Value
Type Description
System.String

EmailConfirmed

Declaration
bool EmailConfirmed { get; }
Property Value
Type Description
System.Boolean

Name

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

PhoneNumber

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

PhoneNumberConfirmed

Declaration
bool PhoneNumberConfirmed { get; }
Property Value
Type Description
System.Boolean

Surname

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

UserName

Declaration
string UserName { get; }
Property Value
Type Description
System.String

Extension Methods

AbpUserExtensions.ToAbpUserData(IUser)
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