C# Class Sample.Events.InventoryItemCreatedEvent

Inheritance: AggregateRootEvent
Exibir arquivo Open project: thedersen/DDDCourse Class Usage Examples

Public Methods

Method Description
InventoryItemCreatedEvent ( System.Guid aggregateId, string name, string description, int count, bool isActive ) : System

Method Details

InventoryItemCreatedEvent() public method

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
return System