Namespace:
NHibernate.Type
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
<SerializableAttribute> _ Public Class Int16Type _ Inherits ValueTypeType _ Implements IDiscriminatorType, IIdentifierType, ILiteralType, IVersionType, _ IType, ICacheAssembler |
C# |
---|
[SerializableAttribute] public class Int16Type : ValueTypeType, IDiscriminatorType, IIdentifierType, ILiteralType, IVersionType, IType, ICacheAssembler |
Visual C++ |
---|
[SerializableAttribute] public ref class Int16Type : public ValueTypeType, IDiscriminatorType, IIdentifierType, ILiteralType, IVersionType, IType, ICacheAssembler |
JavaScript |
---|
NHibernate.Type.Int16Type = function(); Type.createClass( 'NHibernate.Type.Int16Type', NHibernate.Type.ValueTypeType, NHibernate.Type.IDiscriminatorType, NHibernate.Type.IIdentifierType, NHibernate.Type.ILiteralType, NHibernate.Type.IVersionType, NHibernate.Type.IType, NHibernate.Type.ICacheAssembler); |
Inheritance Hierarchy
System..::.Object
NHibernate.Type..::.AbstractType
NHibernate.Type..::.NullableType
NHibernate.Type..::.ImmutableType
NHibernate.Type..::.ValueTypeType
NHibernate.Type..::.Int16Type
NHibernate.Type..::.AbstractType
NHibernate.Type..::.NullableType
NHibernate.Type..::.ImmutableType
NHibernate.Type..::.ValueTypeType
NHibernate.Type..::.Int16Type