Namespace:
NHibernate.Type
Assembly: NHibernate (in NHibernate.dll)
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
System..::.Object
NHibernate.Type..::.AbstractType
NHibernate.Type..::.NullableType
NHibernate.Type..::.ImmutableType
NHibernate.Type..::.ValueTypeType
NHibernate.Type..::.DecimalType
NHibernate.Type..::.AbstractType
NHibernate.Type..::.NullableType
NHibernate.Type..::.ImmutableType
NHibernate.Type..::.ValueTypeType
NHibernate.Type..::.DecimalType