Maps a Decimal Property to a Decimal column.

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

Syntax

Visual Basic (Declaration)
<SerializableAttribute> _
Public Class DecimalType _
	Inherits ValueTypeType _
	Implements IIdentifierType, IType, ICacheAssembler
C#
[SerializableAttribute]
public class DecimalType : ValueTypeType, 
	IIdentifierType, IType, ICacheAssembler
Visual C++
[SerializableAttribute]
public ref class DecimalType : public ValueTypeType, 
	IIdentifierType, IType, ICacheAssembler
JavaScript
NHibernate.Type.DecimalType = function();

Type.createClass(
	'NHibernate.Type.DecimalType',
	NHibernate.Type.ValueTypeType,
	NHibernate.Type.IIdentifierType,
	NHibernate.Type.IType,
	NHibernate.Type.ICacheAssembler);

Inheritance Hierarchy

See Also