C# Class StructureMap.Configuration.GraphBuilder

Inheritance: IGraphBuilder
Afficher le fichier Open project: visit/structuremap Class Usage Examples

Méthodes publiques

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

Method Details

AddRegistry() public méthode

public AddRegistry ( string registryTypeName ) : void
registryTypeName string
Résultat void

ConfigureFamily() public méthode

public ConfigureFamily ( StructureMap.Graph.TypePath pluginTypePath, Action action ) : void
pluginTypePath StructureMap.Graph.TypePath
action Action
Résultat void

GraphBuilder() public méthode

public GraphBuilder ( StructureMap.Graph.PluginGraph pluginGraph ) : System
pluginGraph StructureMap.Graph.PluginGraph
Résultat System