C# 클래스 Castle.Facilities.TypedFactory.TypedFactoryComponentCollection

Represents a set of components to be resolved via Typed Factory. Uses IKernel.ResolveAll(System.Type,System.Collections.IDictionary) to resolve the components.
상속: TypedFactoryComponent
파일 보기 프로젝트 열기: 7digital/Castle.Windsor

공개 메소드들

메소드 설명
Resolve ( IKernel kernel ) : object
TypedFactoryComponentCollection ( Type componentCollectionType, IDictionary additionalArguments ) : System

Creates new instance of TypedFactoryComponentCollection.

메소드 상세

Resolve() 공개 메소드

public Resolve ( IKernel kernel ) : object
kernel IKernel
리턴 object

TypedFactoryComponentCollection() 공개 메소드

Creates new instance of TypedFactoryComponentCollection.
public TypedFactoryComponentCollection ( Type componentCollectionType, IDictionary additionalArguments ) : System
componentCollectionType System.Type Collection type to resolve. Must be an array (SomeComponent[]) or IEnumerable{SomeComponent}. Type of the element of the collection will be used as first argument to
additionalArguments IDictionary Additional arguents that will be passed as second argument to
리턴 System