Class EditModalModel.RoleInfoModel
Inheritance
System.Object
EditModalModel.RoleInfoModel
Implements
IHasConcurrencyStamp
Assembly: Volo.Abp.Identity.Web.dll
Syntax
public class RoleInfoModel : ExtensibleObject, IHasConcurrencyStamp
Properties
ConcurrencyStamp
Declaration
[HiddenInput]
public string ConcurrencyStamp { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Id
Declaration
[HiddenInput]
public Guid Id { get; set; }
Property Value
| Type |
Description |
| System.Guid |
|
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 |
|
IsStatic
Declaration
public bool IsStatic { 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 |
|
Implements
IHasConcurrencyStamp
Extension Methods