Show / Hide Table of Contents

Interface IUserData

Namespace: Volo.Abp.Users
Assembly: Volo.Abp.Users.Abstractions.dll
Syntax
public interface IUserData

Properties

Email

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

EmailConfirmed

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

Id

Declaration
Guid Id { get; }
Property Value
Type Description
Guid

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

TenantId

Declaration
Guid? TenantId { get; }
Property Value
Type Description
System.Nullable<Guid>

UserName

Declaration
string UserName { get; }
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