C# Class Demo.Domain.Infrastructure.AggregatesNet.CommandMutator

Inheritance: ICommandMutator
Afficher le fichier Open project: volak/DDD.Enterprise.Example

Méthodes publiques

Méthode Description
CommandMutator ( Aggregates uow ) : Aggregates.Contracts
MutateIncoming ( ICommand command, string>.IReadOnlyDictionary headers ) : ICommand
MutateOutgoing ( ICommand command ) : ICommand

Method Details

CommandMutator() public méthode

public CommandMutator ( Aggregates uow ) : Aggregates.Contracts
uow Aggregates
Résultat Aggregates.Contracts

MutateIncoming() public méthode

public MutateIncoming ( ICommand command, string>.IReadOnlyDictionary headers ) : ICommand
command ICommand
headers string>.IReadOnlyDictionary
Résultat ICommand

MutateOutgoing() public méthode

public MutateOutgoing ( ICommand command ) : ICommand
command ICommand
Résultat ICommand