An IType that may be used as an identifier.

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

Syntax

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

See Also