Show / Hide Table of Contents

Class ClaimsViewModel

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

Constructors

ClaimsViewModel()

Declaration
public ClaimsViewModel()

Properties

AllClaims

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

Id

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

OwnedClaims

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

UserName

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