iBATIS.NET Class Library DataMapper V1.6.1, DataAccess V1.9.1

IFactory Interface

Factory to create object for a given type

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

[Visual Basic]
Public Interface IFactory
[C#]
public interface IFactory

Types that implement IFactory

Type Description
AbstractFactory A IObjectFactory implementation that for abstract type
ActivatorFactory Create objects via Activator.CreateInstance
DelegateFactory A IFactory implementation that builds object via DynamicMethod.
FactoryLogAdapter A wrapper arround an IFactory implementation which logs argument type and value when CreateInstance is called.

Requirements

Namespace: IBatisNet.Common.Utilities.Objects

Assembly: IBatisNet.Common (in IBatisNet.Common.dll)

See Also

IFactory Members | IBatisNet.Common.Utilities.Objects Namespace