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

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	userTypeClass As Type, _
	role As String, _
	foreignKeyPropertyName As String _
)
C#
public CustomCollectionType(
	Type userTypeClass,
	string role,
	string foreignKeyPropertyName
)
Visual C++
public:
CustomCollectionType(
	Type^ userTypeClass, 
	String^ role, 
	String^ foreignKeyPropertyName
)
JavaScript
NHibernate.Type.CustomCollectionType = function(userTypeClass, role, foreignKeyPropertyName);

Parameters

userTypeClass
Type: System..::.Type
role
Type: System..::.String
foreignKeyPropertyName
Type: System..::.String

See Also