Table of Contents

Class DomainEvent

Namespace
MoonBark.GridPlacement.Core.Events
Assembly
MoonBark.GridPlacement.Core.dll

Base class for all domain events in the Grid Placement system.

public abstract class DomainEvent : EventArgs
Inheritance
DomainEvent
Derived
Inherited Members

Constructors

DomainEvent(object)

protected DomainEvent(object source)

Parameters

source object

Properties

Source

Source object that generated the event.

public object Source { get; }

Property Value

object

Timestamp

Timestamp when the event occurred.

public DateTime Timestamp { get; }

Property Value

DateTime