Show / Hide Table of Contents

Class EditModalModel.ClaimTypeInfoModel

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

Constructors

ClaimTypeInfoModel()

Declaration
public ClaimTypeInfoModel()

Properties

ConcurrencyStamp

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

Description

Declaration
public string Description { get; set; }
Property Value
Type Description
string

Id

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

Name

Declaration
[Required]
public string Name { get; set; }
Property Value
Type Description
string

Regex

Declaration
public string Regex { get; set; }
Property Value
Type Description
string

RegexDescription

Declaration
public string RegexDescription { get; set; }
Property Value
Type Description
string

Required

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

ValueType

Declaration
public IdentityClaimValueType ValueType { get; set; }
Property Value
Type Description
IdentityClaimValueType

Implements

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