C# 클래스 Sample.Events.InventoryItemCreatedEvent

상속: AggregateRootEvent
파일 보기 프로젝트 열기: thedersen/DDDCourse 1 사용 예제들

공개 메소드들

메소드 설명
InventoryItemCreatedEvent ( System.Guid aggregateId, string name, string description, int count, bool isActive ) : System

메소드 상세

InventoryItemCreatedEvent() 공개 메소드

public InventoryItemCreatedEvent ( System.Guid aggregateId, string name, string description, int count, bool isActive ) : System
aggregateId System.Guid
name string
description string
count int
isActive bool
리턴 System