C# Class Appccelerate.MappingEventBroker.AutoMapper.AutoMapperEventBrokerExtension

Inheritance: MappingEventBrokerExtension
Afficher le fichier Open project: appccelerate/appccelerate

Méthodes publiques

Méthode 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 méthode

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.
Résultat Appccelerate.MappingEventBroker.Conventions

AutoMapperEventBrokerExtension() public méthode

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.
Résultat Appccelerate.MappingEventBroker.Conventions

AutoMapperEventBrokerExtension() public méthode

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.
Résultat Appccelerate.MappingEventBroker.Conventions

AutoMapperEventBrokerExtension() public méthode

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.
Résultat Appccelerate.MappingEventBroker.Conventions