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.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Interface IParameterizedType |
C# |
---|
public interface IParameterizedType |
Visual C++ |
---|
public interface class IParameterizedType |
JavaScript |
---|
NHibernate.UserTypes.IParameterizedType = function();
NHibernate.UserTypes.IParameterizedType.createInterface('NHibernate.UserTypes.IParameterizedType'); |
See Also