A custom type that may function as an identifier or discriminator type, or may be marshalled to and from an XML document.

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

Syntax

C#
public interface IEnhancedUserType : IUserType
Visual Basic
Public Interface IEnhancedUserType _
	Inherits IUserType
Visual C++
public interface class IEnhancedUserType : IUserType

See Also