Show / Hide Table of Contents

Class ClaimTypeEditModalModel.ClaimsViewModel

Inheritance
object
ClaimTypeEditModalModel.ClaimsViewModel
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Identity.Web.Pages.Identity.Roles
Assembly: Volo.Abp.Identity.Pro.Web.dll
Syntax
public class ClaimTypeEditModalModel.ClaimsViewModel

Constructors

ClaimsViewModel()

Declaration
public ClaimsViewModel()

Properties

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

Value

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

ValueType

Declaration
public IdentityClaimValueType ValueType { get; set; }
Property Value
Type Description
IdentityClaimValueType
In this article
Back to top Powered by Volosoft