C# Класс Appccelerate.MappingEventBroker.AutoMapper.AutoMapperEventBrokerExtension

Наследование: MappingEventBrokerExtension
Показать файл Открыть проект

Открытые методы

Метод Описание
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