C# Класс StructureMap.ContainerExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
Populate ( this container, IEnumerable descriptors ) : void

Populates the container using the specified service descriptors.

This method should only be called once per container.

Приватные методы

Метод Описание
CreateFactory ( this descriptor ) : object>>.Expression
Register ( this registry, IEnumerable descriptors ) : void
Register ( this registry, ServiceDescriptor descriptor ) : void
ThrowIfMarkerInterfaceIsRegistered ( StructureMap.Graph.PluginGraph graph ) : void

Описание методов

Populate() публичный статический Метод

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.
Результат void