C# Class Appccelerate.MappingEventBroker.AutoMapper.AutoMapperEventBrokerExtension

Inheritance: MappingEventBrokerExtension
Show file Open project: appccelerate/appccelerate

Public Methods

Method Description
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.

Method Details

AutoMapperEventBrokerExtension() public method

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.
return Appccelerate.MappingEventBroker.Conventions

AutoMapperEventBrokerExtension() public method

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.
return Appccelerate.MappingEventBroker.Conventions

AutoMapperEventBrokerExtension() public method

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.
return Appccelerate.MappingEventBroker.Conventions

AutoMapperEventBrokerExtension() public method

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.
return Appccelerate.MappingEventBroker.Conventions