C# Class FubuMVC.StructureMap.BootstrappingExtensions

Afficher le fichier Open project: nhsevidence/fubumvc

Méthodes publiques

Méthode Description
StructureMap ( this expression, Func createContainer ) : FubuApplication
StructureMapObjectFactory ( this expression ) : FubuApplication
StructureMapObjectFactory ( this expression, Action structureMapBootstrapper ) : FubuApplication

Method Details

StructureMap() public static méthode

public static StructureMap ( this expression, Func createContainer ) : FubuApplication
expression this
createContainer Func
Résultat FubuApplication

StructureMapObjectFactory() public static méthode

public static StructureMapObjectFactory ( this expression ) : FubuApplication
expression this
Résultat FubuApplication

StructureMapObjectFactory() public static méthode

public static StructureMapObjectFactory ( this expression, Action structureMapBootstrapper ) : FubuApplication
expression this
structureMapBootstrapper Action
Résultat FubuApplication