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

ITypeResolver Interface

Resolves a Type by name.

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

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

Types that implement ITypeResolver

Type Description
CachedTypeResolver Resolves (instantiates) a Type by it's (possibly assembly qualified) name, and caches the Type instance against the type name.
TypeResolver Resolves a Type by name.

Remarks

The rationale behind the creation of this interface is to centralise the resolution of type names to Type instances beyond that offered by the plain vanilla GetType method call.

Requirements

Namespace: IBatisNet.Common.Utilities.TypesResolver

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

See Also

ITypeResolver Members | IBatisNet.Common.Utilities.TypesResolver Namespace