Show / Hide Table of Contents

Class IdentityUserClaimViewModel

Inheritance
object
IdentityUserClaimViewModel
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.Pro.Blazor.Pages.Identity
Assembly: Volo.Abp.Identity.Pro.Blazor.dll
Syntax
public class IdentityUserClaimViewModel

Constructors

IdentityUserClaimViewModel()

Declaration
public IdentityUserClaimViewModel()

Properties

ClaimType

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

ClaimValueBool

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

ClaimValueDate

Declaration
public DateTime ClaimValueDate { get; set; }
Property Value
Type Description
DateTime

ClaimValueNumeric

Declaration
public int ClaimValueNumeric { get; set; }
Property Value
Type Description
int

ClaimValueText

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