C# Class MonoKit.Domain.EventExtensions

Datei anzeigen Open project: sgmunn/MonoKit

Public Methods

Method Description
AsDomainEvent ( this dataChange ) : INotificationEvent
AsDomainEvent ( this aggregateEvent, Type aggregateType ) : INotificationEvent

Method Details

AsDomainEvent() public static method

public static AsDomainEvent ( this dataChange ) : INotificationEvent
dataChange this
return INotificationEvent

AsDomainEvent() public static method

public static AsDomainEvent ( this aggregateEvent, Type aggregateType ) : INotificationEvent
aggregateEvent this
aggregateType System.Type
return INotificationEvent