An IType that may be used as an identifier.

Namespace: NHibernate.Type
Assembly:   NHibernate (in NHibernate)
Version: 1.2.0.4000

Syntax

Visual Basic (Declaration)
Public Interface IIdentifierType _
	Implements IType, ICacheAssembler
C#
public interface IIdentifierType : IType, ICacheAssembler
Visual C++
public interface class IIdentifierType : IType, ICacheAssembler