Show / Hide Table of Contents

Class IdentityRoleClaimDto

Inheritance
object
IdentityRoleClaimDto
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
Assembly: Volo.Abp.Identity.Pro.Application.Contracts.dll
Syntax
public class IdentityRoleClaimDto

Constructors

IdentityRoleClaimDto()

Declaration
public IdentityRoleClaimDto()

Properties

ClaimType

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

ClaimValue

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

RoleId

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