C# Class StructureMap.Configuration.GraphBuilder

Inheritance: IGraphBuilder
Show file Open project: visit/structuremap Class Usage Examples

Public Methods

Method Description
AddRegistry ( string registryTypeName ) : void
ConfigureFamily ( StructureMap.Graph.TypePath pluginTypePath, Action action ) : void
GraphBuilder ( StructureMap.Graph.PluginGraph pluginGraph ) : System

Method Details

AddRegistry() public method

public AddRegistry ( string registryTypeName ) : void
registryTypeName string
return void

ConfigureFamily() public method

public ConfigureFamily ( StructureMap.Graph.TypePath pluginTypePath, Action action ) : void
pluginTypePath StructureMap.Graph.TypePath
action Action
return void

GraphBuilder() public method

public GraphBuilder ( StructureMap.Graph.PluginGraph pluginGraph ) : System
pluginGraph StructureMap.Graph.PluginGraph
return System