[Missing <summary> documentation for "M:NHibernate.Cfg.XmlHbmBinding.ClassBinder.BindComponent(NHibernate.Cfg.MappingSchema.IComponentMapping,NHibernate.Mapping.Component,System.Type,System.String,System.String,System.Boolean,System.Collections.Generic.IDictionary{System.String,NHibernate.Mapping.MetaAttribute})"]
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
protected void BindComponent( IComponentMapping componentMapping, Component model, Type reflectedClass, string className, string path, bool isNullable, IDictionary<string, MetaAttribute> inheritedMetas ) |
Visual Basic |
---|
Protected Sub BindComponent ( _ componentMapping As IComponentMapping, _ model As Component, _ reflectedClass As Type, _ className As String, _ path As String, _ isNullable As Boolean, _ inheritedMetas As IDictionary(Of String, MetaAttribute) _ ) |
Visual C++ |
---|
protected: void BindComponent( IComponentMapping^ componentMapping, Component^ model, Type^ reflectedClass, String^ className, String^ path, bool isNullable, IDictionary<String^, MetaAttribute^>^ inheritedMetas ) |
Parameters
- componentMapping
- Type: NHibernate.Cfg.MappingSchema..::..IComponentMapping
[Missing <param name="componentMapping"/> documentation for "M:NHibernate.Cfg.XmlHbmBinding.ClassBinder.BindComponent(NHibernate.Cfg.MappingSchema.IComponentMapping,NHibernate.Mapping.Component,System.Type,System.String,System.String,System.Boolean,System.Collections.Generic.IDictionary{System.String,NHibernate.Mapping.MetaAttribute})"]
- model
- Type: NHibernate.Mapping..::..Component
[Missing <param name="model"/> documentation for "M:NHibernate.Cfg.XmlHbmBinding.ClassBinder.BindComponent(NHibernate.Cfg.MappingSchema.IComponentMapping,NHibernate.Mapping.Component,System.Type,System.String,System.String,System.Boolean,System.Collections.Generic.IDictionary{System.String,NHibernate.Mapping.MetaAttribute})"]
- reflectedClass
- Type: System..::..Type
[Missing <param name="reflectedClass"/> documentation for "M:NHibernate.Cfg.XmlHbmBinding.ClassBinder.BindComponent(NHibernate.Cfg.MappingSchema.IComponentMapping,NHibernate.Mapping.Component,System.Type,System.String,System.String,System.Boolean,System.Collections.Generic.IDictionary{System.String,NHibernate.Mapping.MetaAttribute})"]
- className
- Type: System..::..String
[Missing <param name="className"/> documentation for "M:NHibernate.Cfg.XmlHbmBinding.ClassBinder.BindComponent(NHibernate.Cfg.MappingSchema.IComponentMapping,NHibernate.Mapping.Component,System.Type,System.String,System.String,System.Boolean,System.Collections.Generic.IDictionary{System.String,NHibernate.Mapping.MetaAttribute})"]
- path
- Type: System..::..String
[Missing <param name="path"/> documentation for "M:NHibernate.Cfg.XmlHbmBinding.ClassBinder.BindComponent(NHibernate.Cfg.MappingSchema.IComponentMapping,NHibernate.Mapping.Component,System.Type,System.String,System.String,System.Boolean,System.Collections.Generic.IDictionary{System.String,NHibernate.Mapping.MetaAttribute})"]
- isNullable
- Type: System..::..Boolean
[Missing <param name="isNullable"/> documentation for "M:NHibernate.Cfg.XmlHbmBinding.ClassBinder.BindComponent(NHibernate.Cfg.MappingSchema.IComponentMapping,NHibernate.Mapping.Component,System.Type,System.String,System.String,System.Boolean,System.Collections.Generic.IDictionary{System.String,NHibernate.Mapping.MetaAttribute})"]
- inheritedMetas
- Type: System.Collections.Generic..::..IDictionary<(Of <(<'String, MetaAttribute>)>)>
[Missing <param name="inheritedMetas"/> documentation for "M:NHibernate.Cfg.XmlHbmBinding.ClassBinder.BindComponent(NHibernate.Cfg.MappingSchema.IComponentMapping,NHibernate.Mapping.Component,System.Type,System.String,System.String,System.Boolean,System.Collections.Generic.IDictionary{System.String,NHibernate.Mapping.MetaAttribute})"]