C# 클래스 EventSourcingCqrsSample.Events.Projector

This represents the entity for the projector who raised an event.
파일 보기 프로젝트 열기: devkimchi/EventSourcing-CQRS-Sample

공개 메소드들

메소드 설명
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