Class IdentityRoleCreateOrUpdateDtoBase
Inheritance
IdentityRoleCreateOrUpdateDtoBase
Assembly: Volo.Abp.Identity.Application.Contracts.dll
Syntax
public class IdentityRoleCreateOrUpdateDtoBase : ExtensibleObject, IHasExtraProperties, IValidatableObject
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]
[DynamicStringLength(typeof(IdentityRoleConsts), "MaxNameLength", null)]
[Display(Name = "RoleName")]
public string Name { get; set; }
Property Value
Implements
Extension Methods