Namespace:
NHibernate.Cfg
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared Sub BindComponent ( _ node As XmlNode, _ model As Component, _ reflectedClass As Type, _ className As String, _ path As String, _ isNullable As Boolean, _ mappings As Mappings _ ) |
C# |
---|
public static void BindComponent( XmlNode node, Component model, Type reflectedClass, string className, string path, bool isNullable, Mappings mappings ) |
Visual C++ |
---|
public: static void BindComponent( XmlNode^ node, Component^ model, Type^ reflectedClass, String^ className, String^ path, bool isNullable, Mappings^ mappings ) |
JavaScript |
---|
NHibernate.Cfg.HbmBinder.bindComponent = function(node, model, reflectedClass, className, path, isNullable, mappings); |
Parameters
- node
- Type: System.Xml..::.XmlNode
- model
- Type: NHibernate.Mapping..::.Component
- reflectedClass
- Type: System..::.Type
- className
- Type: System..::.String
- path
- Type: System..::.String
- isNullable
- Type: System..::.Boolean
- mappings
- Type: NHibernate.Cfg..::.Mappings