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

Exibir arquivo Open project: basicdays/Guidelines

Public Methods

Method Description
RegisterTypes ( Type genericCommand, Type handler ) : void

Protected Methods

Method Description
HandlerRegistrar ( Type classType, Registry registry ) : System
RegisterProcessorAndGetHandlerType ( Type domainEntityType ) : Type

Method Details

HandlerRegistrar() protected method

protected HandlerRegistrar ( Type classType, Registry registry ) : System
classType System.Type
registry Registry
return System

RegisterProcessorAndGetHandlerType() protected abstract method

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

RegisterTypes() public method

public RegisterTypes ( Type genericCommand, Type handler ) : void
genericCommand System.Type
handler System.Type
return void