Class SelectAccountModel.CurrentUserInfo
Inherited Members
Namespace: Volo.Abp.Account.Public.Web.Pages.Account
Assembly: Volo.Abp.Account.Pro.Public.Web.dll
Syntax
public class SelectAccountModel.CurrentUserInfo
Constructors
CurrentUserInfo()
Declaration
public CurrentUserInfo()
Properties
Avatar
Declaration
public string Avatar { get; set; }
Property Value
Type | Description |
---|---|
string |
Declaration
public string Email { get; set; }
Property Value
Type | Description |
---|---|
string |
UserName
Declaration
public string UserName { get; set; }
Property Value
Type | Description |
---|---|
string |