C# Class Sample.Events.InventoryItemCreatedEvent

Inheritance: AggregateRootEvent
Afficher le fichier Open project: thedersen/DDDCourse Class Usage Examples

Méthodes publiques

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

Method Details

InventoryItemCreatedEvent() public méthode

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