Winter IoC Container

IFactoryComponent Interface

Factory component interface

For a list of all members of this type, see IFactoryComponent Members.

public interface IFactoryComponent

Types that implement IFactoryComponent

Type Description
ArrayFactory  
IndexerInvokingFactory Indexer invoking factory used for defining instance by indexer of another object.
MethodInvokingFactory MethodInvokingFactory can be used for defining instance as result of another object's method invoking.
PropertyInvokingFactory Property invoking factory component
ReplacingFactory ReplacingFactory factory component
ServiceProviderContext ServiceProviderContext used for referencing to IoC container inside its configuration.
ServiceProviderInvokingFactory ServiceProviderInvokingFactory used for defining instance as result of calling specified INamedServiceProvider implementation.
StaticMethodInvokingFactory StaticMethodInvokingFactory used for defining instance as result of invoking static method
StaticPropertyInvokingFactory StaticPropertyInvokingFactory used for defining instance as static property of some class.

Requirements

Namespace: NI.Winter

Assembly: NI.Winter (in NI.Winter.dll)

See Also

IFactoryComponent Members | NI.Winter Namespace