Class CreateModalModel.RoleInfoModel
Inheritance
CreateModalModel.RoleInfoModel
Assembly: Volo.Abp.Identity.Pro.Web.dll
Syntax
public class CreateModalModel.RoleInfoModel : ExtensibleObject, IHasExtraProperties, IValidatableObject
Constructors
RoleInfoModel()
Declaration
Properties
IsDefault
Declaration
[Display(Name = "DisplayName:IsDefault")]
public bool IsDefault { get; set; }
Property Value
IsPublic
Declaration
[Display(Name = "DisplayName:IsPublic")]
public bool IsPublic { get; set; }
Property Value
Name
Declaration
[Required]
[DynamicStringLength(typeof(IdentityRoleConsts), "MaxNameLength", null)]
[Display(Name = "DisplayName:RoleName")]
public string Name { get; set; }
Property Value
Implements
Extension Methods