C# Class RightpointLabs.Pourcast.Domain.Events.StoredEvent

Inheritance: Entity
Datei anzeigen Open project: RightpointLabs/Pourcast Class Usage Examples

Public Methods

Method Description
StoredEvent ( string id, System.DateTime occuredOn, IDomainEvent domainEvent ) : System

Method Details

StoredEvent() public method

public StoredEvent ( string id, System.DateTime occuredOn, IDomainEvent domainEvent ) : System
id string
occuredOn System.DateTime
domainEvent IDomainEvent
return System