C# 클래스 Appccelerate.MappingEventBroker.AutoMapper.AutoMapperEventBrokerExtension

상속: MappingEventBrokerExtension
파일 보기 프로젝트 열기: appccelerate/appccelerate

공개 메소드들

메소드 설명
AutoMapperEventBrokerExtension ( IDestinationEventArgsTypeProvider typeProvider ) : Appccelerate.MappingEventBroker.Conventions

Initializes a new instance of the AutoMapperEventBrokerExtension class.

Uses the DefaultTopicConvention.

AutoMapperEventBrokerExtension ( IMapper mapper, IDestinationEventArgsTypeProvider typeProvider ) : Appccelerate.MappingEventBroker.Conventions

Initializes a new instance of the AutoMapperEventBrokerExtension class.

AutoMapperEventBrokerExtension ( IMapper mapper, ITopicConvention topicConvention, IDestinationEventArgsTypeProvider typeProvider ) : Appccelerate.MappingEventBroker.Conventions

Initializes a new instance of the AutoMapperEventBrokerExtension class.

AutoMapperEventBrokerExtension ( ITopicConvention topicConvention, IDestinationEventArgsTypeProvider typeProvider ) : Appccelerate.MappingEventBroker.Conventions

Initializes a new instance of the AutoMapperEventBrokerExtension class.

메소드 상세

AutoMapperEventBrokerExtension() 공개 메소드

Initializes a new instance of the AutoMapperEventBrokerExtension class.
Uses the DefaultTopicConvention.
public AutoMapperEventBrokerExtension ( IDestinationEventArgsTypeProvider typeProvider ) : Appccelerate.MappingEventBroker.Conventions
typeProvider IDestinationEventArgsTypeProvider The destination event argument type provider.
리턴 Appccelerate.MappingEventBroker.Conventions

AutoMapperEventBrokerExtension() 공개 메소드

Initializes a new instance of the AutoMapperEventBrokerExtension class.
public AutoMapperEventBrokerExtension ( IMapper mapper, IDestinationEventArgsTypeProvider typeProvider ) : Appccelerate.MappingEventBroker.Conventions
mapper IMapper The mapper.
typeProvider IDestinationEventArgsTypeProvider The destination event argument type provider.
리턴 Appccelerate.MappingEventBroker.Conventions

AutoMapperEventBrokerExtension() 공개 메소드

Initializes a new instance of the AutoMapperEventBrokerExtension class.
public AutoMapperEventBrokerExtension ( IMapper mapper, ITopicConvention topicConvention, IDestinationEventArgsTypeProvider typeProvider ) : Appccelerate.MappingEventBroker.Conventions
mapper IMapper The mapper.
topicConvention ITopicConvention The topic convention which overrides the default behavior.
typeProvider IDestinationEventArgsTypeProvider The destination event argument type provider.
리턴 Appccelerate.MappingEventBroker.Conventions

AutoMapperEventBrokerExtension() 공개 메소드

Initializes a new instance of the AutoMapperEventBrokerExtension class.
public AutoMapperEventBrokerExtension ( ITopicConvention topicConvention, IDestinationEventArgsTypeProvider typeProvider ) : Appccelerate.MappingEventBroker.Conventions
topicConvention ITopicConvention The topic convention which overrides the default behavior.
typeProvider IDestinationEventArgsTypeProvider The destination event argument type provider.
리턴 Appccelerate.MappingEventBroker.Conventions