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

TypeRegistry Class

Provides access to a central registry of aliased Types.

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

System.Object
   TypeRegistry

[Visual Basic]
Public Class TypeRegistry
[C#]
public class TypeRegistry

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

Simplifies configuration by allowing aliases to be used instead of fully qualified type names.

Comes 'pre-loaded' with a number of convenience alias' for the more common types; an example would be the 'int' (or 'Integer' for Visual Basic.NET developers) alias for the Int32 type.

Requirements

Namespace: IBatisNet.Common.Utilities.TypesResolver

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

See Also

TypeRegistry Members | IBatisNet.Common.Utilities.TypesResolver Namespace