Class CreateModalModel.RoleInfoModel
Inheritance
CreateModalModel.RoleInfoModel
Assembly: Volo.Abp.Identity.Pro.Web.dll
Syntax
public class CreateModalModel.RoleInfoModel : ExtensibleObject
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]
[Display(Name = "DisplayName:RoleName")]
public string Name { get; set; }
Property Value