Class CreateModalModel.RoleInfoModel
Inheritance
System.Object
CreateModalModel.RoleInfoModel
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Volo.Abp.Identity.Web.Pages.Identity.Roles
Assembly: Volo.Abp.Identity.Web.dll
Syntax
public class RoleInfoModel
Properties
IsDefault
Declaration
[Display(Name = "DisplayName:IsDefault")]
public bool IsDefault { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
IsPublic
Declaration
[Display(Name = "DisplayName:IsPublic")]
public bool IsPublic { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Name
Declaration
[Required]
[Display(Name = "DisplayName:RoleName")]
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |