AddEvent Method
Definition
AddEvent(TEvent)
Adds an event to the Aggregate.
protected virtual void AddEvent(TEvent e)
Parameters
eTEventThe event to be added to the end of Events.
Adds an event to the Aggregate.
protected virtual void AddEvent(TEvent e)
e TEventThe event to be added to the end of Events.