An IType that may be used to version data.

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

Syntax

Visual Basic (Declaration)
Public Interface IVersionType _
	Implements IType, ICacheAssembler
C#
public interface IVersionType : IType, 
	ICacheAssembler
Visual C++
public interface class IVersionType : IType, 
	ICacheAssembler
JavaScript
NHibernate.Type.IVersionType = function();
NHibernate.Type.IVersionType.createInterface('NHibernate.Type.IVersionType');

See Also