C# Class StructureMap.ContainerExtensions

Afficher le fichier Open project: structuremap/StructureMap.Microsoft.DependencyInjection

Méthodes publiques

Méthode Description
Populate ( this container, IEnumerable descriptors ) : void

Populates the container using the specified service descriptors.

This method should only be called once per container.

Private Methods

Méthode Description
CreateFactory ( this descriptor ) : object>>.Expression
Register ( this registry, IEnumerable descriptors ) : void
Register ( this registry, ServiceDescriptor descriptor ) : void
ThrowIfMarkerInterfaceIsRegistered ( StructureMap.Graph.PluginGraph graph ) : void

Method Details

Populate() public static méthode

Populates the container using the specified service descriptors.
This method should only be called once per container.
public static Populate ( this container, IEnumerable descriptors ) : void
container this The container.
descriptors IEnumerable The service descriptors.
Résultat void