Class IdentityUserUserNameChangedEto
Inheritance
IdentityUserUserNameChangedEto
Assembly: Volo.Abp.Identity.Domain.Shared.dll
Syntax
public class IdentityUserUserNameChangedEto : IMultiTenant
Constructors
IdentityUserUserNameChangedEto()
Declaration
public IdentityUserUserNameChangedEto()
Properties
Id
Declaration
public Guid Id { get; set; }
Property Value
OldUserName
Declaration
public string OldUserName { get; set; }
Property Value
TenantId
Declaration
public Guid? TenantId { get; set; }
Property Value
UserName
Declaration
public string UserName { get; set; }
Property Value
Implements
Extension Methods