C# Class Guidelines.Ioc.StructureMap.Conventions.CommandHandlerRegistrar

Inheritance: HandlerRegistrar
Exibir arquivo Open project: basicdays/Guidelines Class Usage Examples

Public Methods

Method Description
CommandHandlerRegistrar ( Type classType, Registry registry ) : System

Protected Methods

Method Description
RegisterProcessorAndGetHandlerType ( Type domainEntityType ) : Type

Method Details

CommandHandlerRegistrar() public method

public CommandHandlerRegistrar ( Type classType, Registry registry ) : System
classType System.Type
registry Registry
return System

RegisterProcessorAndGetHandlerType() protected method

protected RegisterProcessorAndGetHandlerType ( Type domainEntityType ) : Type
domainEntityType System.Type
return System.Type