C# 클래스 StructureMap.ContainerExtensions

파일 보기 프로젝트 열기: structuremap/StructureMap.Microsoft.DependencyInjection

공개 메소드들

메소드 설명
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