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
sourceobject
Properties
Source
Source object that generated the event.
public object Source { get; }
Property Value
Timestamp
Timestamp when the event occurred.
public DateTime Timestamp { get; }