Superclass of ValueType types.

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

Syntax

C#
[SerializableAttribute]
public abstract class PrimitiveType : ImmutableType, 
	ILiteralType
Visual Basic
<SerializableAttribute> _
Public MustInherit Class PrimitiveType _
	Inherits ImmutableType _
	Implements ILiteralType
Visual C++
[SerializableAttribute]
public ref class PrimitiveType abstract : public ImmutableType, 
	ILiteralType

Inheritance Hierarchy

See Also