Support for parameterizable types. A UserType or CustomUserType may be made parameterizable by implementing this interface. Parameters for a type may be set by using a nested type element for the property element

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

Syntax

Visual Basic (Declaration)
Public Interface IParameterizedType
C#
public interface IParameterizedType
Visual C++
public interface class IParameterizedType