Interface IUser
Assembly: Volo.Abp.Users.Domain.dll
Syntax
public interface IUser : IAggregateRoot<Guid>, IEntity<Guid>, IAggregateRoot, IEntity, IMultiTenant, IHasExtraProperties
Properties
Email
Declaration
Property Value
EmailConfirmed
Declaration
bool EmailConfirmed { get; }
Property Value
IsActive
Declaration
Property Value
Name
Declaration
Property Value
PhoneNumber
Declaration
string PhoneNumber { get; }
Property Value
PhoneNumberConfirmed
Declaration
bool PhoneNumberConfirmed { get; }
Property Value
Surname
Declaration
Property Value
UserName
Declaration
Property Value
Extension Methods