Maps the Assembly Qualified Name of a Type to a String column.

Namespace:  NHibernate.Type
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
<SerializableAttribute> _
Public Class TypeType _
	Inherits ImmutableType
C#
[SerializableAttribute]
public class TypeType : ImmutableType
Visual C++
[SerializableAttribute]
public ref class TypeType : public ImmutableType
JavaScript
NHibernate.Type.TypeType = function();

Type.createClass(
	'NHibernate.Type.TypeType',
	NHibernate.Type.ImmutableType);

Inheritance Hierarchy

See Also