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