Class IdentityRoleCreateOrUpdateDtoBase
Inheritance
IdentityRoleCreateOrUpdateDtoBase
Assembly: Volo.Abp.Identity.Pro.Application.Contracts.dll
Syntax
public class IdentityRoleCreateOrUpdateDtoBase : ExtensibleObject
Constructors
IdentityRoleCreateOrUpdateDtoBase()
Declaration
protected IdentityRoleCreateOrUpdateDtoBase()
Properties
IsDefault
Declaration
public bool IsDefault { get; set; }
Property Value
IsPublic
Declaration
public bool IsPublic { get; set; }
Property Value
Name
Declaration
[Required]
public string Name { get; set; }
Property Value