EventContent Class

Definition

The content of the event request message.

public class EventContent
type EventContent = class
Public Class EventContent
Inheritance
EventContent

Constructors

EventContent()

Initializes a new instance of the EventContent class.

EventContent(String, Nullable<DateTime>, String, Target, Request, Actor, Source)

Initializes a new instance of the EventContent class.

Properties

Action

Gets or sets the action that encompasses the provided event.

Actor

Gets or sets the agent that initiated the event. For most situations, this could be from the authorization context of the request.

Id

Gets or sets the event ID.

Request

Gets or sets the request that generated the event.

Source

Gets or sets the registry node that generated the event. Put differently, while the actor initiates the event, the source generates it.

Target

Gets or sets the target of the event.

Timestamp

Gets or sets the time at which the event occurred.

Applies to