Show / Hide Table of Contents

Class EditModalModel.RoleInfoModel

Inheritance
object
EditModalModel.RoleInfoModel
Implements
IHasConcurrencyStamp
Namespace: Volo.Abp.Identity.Web.Pages.Identity.Roles
Assembly: Volo.Abp.Identity.Pro.Web.dll
Syntax
public class EditModalModel.RoleInfoModel : ExtensibleObject, IHasConcurrencyStamp

Constructors

RoleInfoModel()

Declaration
public RoleInfoModel()

Properties

ConcurrencyStamp

Declaration
[HiddenInput]
public string ConcurrencyStamp { get; set; }
Property Value
Type Description
string

Id

Declaration
[HiddenInput]
public Guid Id { get; set; }
Property Value
Type Description
Guid

IsDefault

Declaration
[Display(Name = "DisplayName:IsDefault")]
public bool IsDefault { get; set; }
Property Value
Type Description
bool

IsPublic

Declaration
[Display(Name = "DisplayName:IsPublic")]
public bool IsPublic { get; set; }
Property Value
Type Description
bool

IsStatic

Declaration
public bool IsStatic { get; set; }
Property Value
Type Description
bool

Name

Declaration
[Required]
[Display(Name = "DisplayName:RoleName")]
public string Name { get; set; }
Property Value
Type Description
string

Implements

Volo.Abp.Domain.Entities.IHasConcurrencyStamp
In this article
Back to top Powered by Volosoft