C# Class EventSourcingCqrsSample.Events.Projector

This represents the entity for the projector who raised an event.
显示文件 Open project: devkimchi/EventSourcing-CQRS-Sample

Public Methods

Method Description
Projector ( System.DateTime dateProjected = null ) : System

Initializes a new instance of the Projector class.

Method Details

Projector() public method

Initializes a new instance of the Projector class.
public Projector ( System.DateTime dateProjected = null ) : System
dateProjected System.DateTime Date when the event has been projected.
return System