Show / Hide Table of Contents

Class ProfileDto

Inheritance
System.Object
ProfileDto
Namespace: Volo.Abp.Identity
Assembly: Volo.Abp.Identity.Application.Contracts.dll
Syntax
public class ProfileDto : ExtensibleObject

Properties

Email

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

HasPassword

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

IsExternal

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

Name

Declaration
public string Name { 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

UserName

Declaration
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