[Missing <summary> documentation for "M:NHibernate.Cfg.XmlHbmBinding.PropertiesBinder.Bind(System.Collections.Generic.IEnumerable{NHibernate.Cfg.MappingSchema.IEntityPropertyMapping},NHibernate.Mapping.Table,System.Collections.Generic.IDictionary{System.String,NHibernate.Mapping.MetaAttribute},System.Action{NHibernate.Mapping.Property},System.Action{NHibernate.Mapping.Property})"]

Namespace: NHibernate.Cfg.XmlHbmBinding
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public void Bind(
	IEnumerable<IEntityPropertyMapping> properties,
	Table table,
	IDictionary<string, MetaAttribute> inheritedMetas,
	Action<Property> modifier,
	Action<Property> addToModelAction
)
Visual Basic
Public Sub Bind ( _
	properties As IEnumerable(Of IEntityPropertyMapping), _
	table As Table, _
	inheritedMetas As IDictionary(Of String, MetaAttribute), _
	modifier As Action(Of Property), _
	addToModelAction As Action(Of Property) _
)
Visual C++
public:
void Bind(
	IEnumerable<IEntityPropertyMapping^>^ properties, 
	Table^ table, 
	IDictionary<String^, MetaAttribute^>^ inheritedMetas, 
	Action<Property^>^ modifier, 
	Action<Property^>^ addToModelAction
)

Parameters

properties
Type: System.Collections.Generic..::..IEnumerable<(Of <(<'IEntityPropertyMapping>)>)>

[Missing <param name="properties"/> documentation for "M:NHibernate.Cfg.XmlHbmBinding.PropertiesBinder.Bind(System.Collections.Generic.IEnumerable{NHibernate.Cfg.MappingSchema.IEntityPropertyMapping},NHibernate.Mapping.Table,System.Collections.Generic.IDictionary{System.String,NHibernate.Mapping.MetaAttribute},System.Action{NHibernate.Mapping.Property},System.Action{NHibernate.Mapping.Property})"]

table
Type: NHibernate.Mapping..::..Table

[Missing <param name="table"/> documentation for "M:NHibernate.Cfg.XmlHbmBinding.PropertiesBinder.Bind(System.Collections.Generic.IEnumerable{NHibernate.Cfg.MappingSchema.IEntityPropertyMapping},NHibernate.Mapping.Table,System.Collections.Generic.IDictionary{System.String,NHibernate.Mapping.MetaAttribute},System.Action{NHibernate.Mapping.Property},System.Action{NHibernate.Mapping.Property})"]

inheritedMetas
Type: System.Collections.Generic..::..IDictionary<(Of <(<'String, MetaAttribute>)>)>

[Missing <param name="inheritedMetas"/> documentation for "M:NHibernate.Cfg.XmlHbmBinding.PropertiesBinder.Bind(System.Collections.Generic.IEnumerable{NHibernate.Cfg.MappingSchema.IEntityPropertyMapping},NHibernate.Mapping.Table,System.Collections.Generic.IDictionary{System.String,NHibernate.Mapping.MetaAttribute},System.Action{NHibernate.Mapping.Property},System.Action{NHibernate.Mapping.Property})"]

modifier
Type: System..::..Action<(Of <(<'Property>)>)>

[Missing <param name="modifier"/> documentation for "M:NHibernate.Cfg.XmlHbmBinding.PropertiesBinder.Bind(System.Collections.Generic.IEnumerable{NHibernate.Cfg.MappingSchema.IEntityPropertyMapping},NHibernate.Mapping.Table,System.Collections.Generic.IDictionary{System.String,NHibernate.Mapping.MetaAttribute},System.Action{NHibernate.Mapping.Property},System.Action{NHibernate.Mapping.Property})"]

addToModelAction
Type: System..::..Action<(Of <(<'Property>)>)>

[Missing <param name="addToModelAction"/> documentation for "M:NHibernate.Cfg.XmlHbmBinding.PropertiesBinder.Bind(System.Collections.Generic.IEnumerable{NHibernate.Cfg.MappingSchema.IEntityPropertyMapping},NHibernate.Mapping.Table,System.Collections.Generic.IDictionary{System.String,NHibernate.Mapping.MetaAttribute},System.Action{NHibernate.Mapping.Property},System.Action{NHibernate.Mapping.Property})"]

See Also