C# (CSharp) Castle.Facilities.TypedFactory Пространство имен

Пространства имен

Castle.Facilities.TypedFactory.Internal
Castle.Facilities.TypedFactory.Tests

Классы

Имя Описание
DefaultDelegateComponentSelector
DefaultTypedFactoryComponentSelector
DelegateFactoryActivator
FactoryAttribute
FactoryEntry
FactoryInterceptor
TypedFactoryComponent Represents a single component to be resolved via Typed Factory
TypedFactoryComponentCollection Represents a set of components to be resolved via Typed Factory. Uses IKernel.ResolveAll(System.Type,System.Collections.IDictionary) to resolve the components.
TypedFactoryComponentResolver Represents a single component to be resolved via Typed Factory
TypedFactoryFacility Provides automatically generated factories on top of interfaces or delegates that you can use to pull components out of the container without ever referencing it explicitly.