Namespace:
NHibernate.Cfg
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared Sub BindCollection ( _ node As XmlNode, _ model As Collection, _ className As String, _ path As String, _ containingType As Type, _ mappings As Mappings _ ) |
C# |
---|
public static void BindCollection( XmlNode node, Collection model, string className, string path, Type containingType, Mappings mappings ) |
Visual C++ |
---|
public: static void BindCollection( XmlNode^ node, Collection^ model, String^ className, String^ path, Type^ containingType, Mappings^ mappings ) |
JavaScript |
---|
NHibernate.Cfg.HbmBinder.bindCollection = function(node, model, className, path, containingType, mappings); |
Parameters
- node
- Type: System.Xml..::.XmlNode
- model
- Type: NHibernate.Mapping..::.Collection
- className
- Type: System..::.String
- path
- Type: System..::.String
- containingType
- Type: System..::.Type
- mappings
- Type: NHibernate.Cfg..::.Mappings
Remarks
Called for all collections. containingType parameter
was added in NH to allow for reflection related to generic types.