Class EditModalModel.RoleInfoModel
Inheritance
EditModalModel.RoleInfoModel
Assembly: Volo.Abp.Identity.Pro.Web.dll
Syntax
public class EditModalModel.RoleInfoModel : ExtensibleObject, IHasExtraProperties, IValidatableObject, IHasConcurrencyStamp
Constructors
RoleInfoModel()
Declaration
Properties
ConcurrencyStamp
Declaration
[HiddenInput]
public string ConcurrencyStamp { get; set; }
Property Value
Id
Declaration
[HiddenInput]
public Guid Id { get; set; }
Property Value
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
IsStatic
Declaration
public bool IsStatic { 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