Class OrganisationClaimAdded
The event that happens when a claim is added to an organisation.
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: IRM.AspNetCore.Identity.Events
Assembly: IRM.AspNetCore.Identity.dll
Syntax
public class OrganisationClaimAdded : OrganisationEvent, IEvent, Message, ISupportMultitenant
Properties
ClaimType
Gets or sets the type of claim.
Declaration
public virtual string ClaimType { get; set; }
Property Value
String
|
ClaimValue
Gets or sets the value of the claim.
Declaration
public virtual string ClaimValue { get; set; }
Property Value
String
|