Superclass of ValueType types.

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

Syntax

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

Type.createClass(
	'NHibernate.Type.ValueTypeType',
	NHibernate.Type.ImmutableType,
	NHibernate.Type.ILiteralType);

Inheritance Hierarchy

See Also