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

Afficher le fichier Open project: basicdays/Guidelines Class Usage Examples

Méthodes publiques

Méthode Description
BuildCommandRegistrarForCommand ( Type command ) : MvcCommandRegistrar
BuildCommandRegistrarForHandler ( Type handler ) : MvcCommandRegistrar
RegisterCommand ( Registry registry ) : void

Private Methods

Méthode Description
MvcCommandRegistrar ( Type commandType ) : System

Method Details

BuildCommandRegistrarForCommand() public static méthode

public static BuildCommandRegistrarForCommand ( Type command ) : MvcCommandRegistrar
command System.Type
Résultat MvcCommandRegistrar

BuildCommandRegistrarForHandler() public static méthode

public static BuildCommandRegistrarForHandler ( Type handler ) : MvcCommandRegistrar
handler System.Type
Résultat MvcCommandRegistrar

RegisterCommand() public méthode

public RegisterCommand ( Registry registry ) : void
registry Registry
Résultat void