C# 클래스 Demo.Domain.Infrastructure.AggregatesNet.CommandMutator

상속: ICommandMutator
파일 보기 프로젝트 열기: volak/DDD.Enterprise.Example

공개 메소드들

메소드 설명
CommandMutator ( Aggregates uow ) : Aggregates.Contracts
MutateIncoming ( ICommand command, string>.IReadOnlyDictionary headers ) : ICommand
MutateOutgoing ( ICommand command ) : ICommand

메소드 상세

CommandMutator() 공개 메소드

public CommandMutator ( Aggregates uow ) : Aggregates.Contracts
uow Aggregates
리턴 Aggregates.Contracts

MutateIncoming() 공개 메소드

public MutateIncoming ( ICommand command, string>.IReadOnlyDictionary headers ) : ICommand
command ICommand
headers string>.IReadOnlyDictionary
리턴 ICommand

MutateOutgoing() 공개 메소드

public MutateOutgoing ( ICommand command ) : ICommand
command ICommand
리턴 ICommand