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