[Missing <summary> documentation for "M:NHibernate.Type.TypeFactory.List(System.String,System.String,System.Boolean)"]

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

Syntax

C#
public static CollectionType List(
	string role,
	string propertyRef,
	bool embedded
)
Visual Basic
Public Shared Function List ( _
	role As String, _
	propertyRef As String, _
	embedded As Boolean _
) As CollectionType
Visual C++
public:
static CollectionType^ List(
	String^ role, 
	String^ propertyRef, 
	bool embedded
)

Parameters

role
Type: System..::..String

[Missing <param name="role"/> documentation for "M:NHibernate.Type.TypeFactory.List(System.String,System.String,System.Boolean)"]

propertyRef
Type: System..::..String

[Missing <param name="propertyRef"/> documentation for "M:NHibernate.Type.TypeFactory.List(System.String,System.String,System.Boolean)"]

embedded
Type: System..::..Boolean

[Missing <param name="embedded"/> documentation for "M:NHibernate.Type.TypeFactory.List(System.String,System.String,System.Boolean)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Type.TypeFactory.List(System.String,System.String,System.Boolean)"]

See Also