C# Класс EventSourcingCqrsSample.Events.Projector

This represents the entity for the projector who raised an event.
Показать файл Открыть проект

Открытые методы

Метод Описание
Projector ( System.DateTime dateProjected = null ) : System

Initializes a new instance of the Projector class.

Описание методов

Projector() публичный Метод

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.
Результат System