Class IdentityRoleEto
Inheritance
IdentityRoleEto
Assembly: Volo.Abp.Identity.Domain.Shared.dll
Syntax
public class IdentityRoleEto : IMultiTenant, IHasEntityVersion
Constructors
IdentityRoleEto()
Declaration
Properties
EntityVersion
Declaration
public int EntityVersion { get; set; }
Property Value
Id
Declaration
public Guid Id { get; set; }
Property Value
IsDefault
Declaration
public bool IsDefault { get; set; }
Property Value
IsPublic
Declaration
public bool IsPublic { get; set; }
Property Value
IsStatic
Declaration
public bool IsStatic { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
TenantId
Declaration
public Guid? TenantId { get; set; }
Property Value
Implements
Extension Methods