C# Class FubuMVC.StructureMap.BootstrappingExtensions

Show file Open project: nhsevidence/fubumvc

Public Methods

Method Description
StructureMap ( this expression, Func createContainer ) : FubuApplication
StructureMapObjectFactory ( this expression ) : FubuApplication
StructureMapObjectFactory ( this expression, Action structureMapBootstrapper ) : FubuApplication

Method Details

StructureMap() public static method

public static StructureMap ( this expression, Func createContainer ) : FubuApplication
expression this
createContainer Func
return FubuApplication

StructureMapObjectFactory() public static method

public static StructureMapObjectFactory ( this expression ) : FubuApplication
expression this
return FubuApplication

StructureMapObjectFactory() public static method

public static StructureMapObjectFactory ( this expression, Action structureMapBootstrapper ) : FubuApplication
expression this
structureMapBootstrapper Action
return FubuApplication