C# Class EventSourcingCqrsSample.Events.Projector

This represents the entity for the projector who raised an event.
Afficher le fichier Open project: devkimchi/EventSourcing-CQRS-Sample

Méthodes publiques

Méthode Description
Projector ( System.DateTime dateProjected = null ) : System

Initializes a new instance of the Projector class.

Method Details

Projector() public méthode

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.
Résultat System