An IType that may be used as an identifier.

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

Syntax

C#
public interface IIdentifierType : IType, 
	ICacheAssembler
Visual Basic
Public Interface IIdentifierType _
	Inherits IType, ICacheAssembler
Visual C++
public interface class IIdentifierType : IType, 
	ICacheAssembler

See Also