Show / Hide Table of Contents

Class OrganisationClaimAdded

The event that happens when a claim is added to an organisation.

Inheritance
Object
Event
OrganisationEvent
OrganisationClaimAdded
Inherited Members
Event.ShouldSerializeOccuredLocalTime()
Event.EventId
Event.CorrelationId
Event.TraceId
Event.AggregateId
Event.CausedBy
Event.CausedByPersonId
Event.OwnerId
Event.Occured
Event.OccuredLocalTime
Object.Equals(Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
Object.MemberwiseClone()
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

Back to top Generated by DocFX