Show / Hide Table of Contents

Class ChangePasswordModel.UserInfoModel

Inheritance
object
ChangePasswordModel.UserInfoModel
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Account.Public.Web.Pages.Account
Assembly: Volo.Abp.Account.Pro.Public.Web.dll
Syntax
public class ChangePasswordModel.UserInfoModel

Constructors

UserInfoModel()

Declaration
public UserInfoModel()

Properties

Id

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

TenantId

Declaration
public Guid? TenantId { get; set; }
Property Value
Type Description
Guid?
In this article
Back to top Powered by Volosoft