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

Datei anzeigen Open project: basicdays/Guidelines Class Usage Examples

Public Methods

Method Description
BuildCommandRegistrarForCommand ( Type command ) : MvcCommandRegistrar
BuildCommandRegistrarForHandler ( Type handler ) : MvcCommandRegistrar
RegisterCommand ( Registry registry ) : void

Private Methods

Method Description
MvcCommandRegistrar ( Type commandType ) : System

Method Details

BuildCommandRegistrarForCommand() public static method

public static BuildCommandRegistrarForCommand ( Type command ) : MvcCommandRegistrar
command System.Type
return MvcCommandRegistrar

BuildCommandRegistrarForHandler() public static method

public static BuildCommandRegistrarForHandler ( Type handler ) : MvcCommandRegistrar
handler System.Type
return MvcCommandRegistrar

RegisterCommand() public method

public RegisterCommand ( Registry registry ) : void
registry Registry
return void