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