[Missing <summary> documentation for "M:NHibernate.Mapping.ByCode.Impl.DynamicComponentMapper.Set(System.Reflection.MemberInfo,System.Action{NHibernate.Mapping.ByCode.ISetPropertiesMapper},System.Action{NHibernate.Mapping.ByCode.ICollectionElementRelation})"]
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public void Set( MemberInfo property, Action<ISetPropertiesMapper> collectionMapping, Action<ICollectionElementRelation> mapping ) |
Visual Basic |
---|
Public Sub Set ( _ property As MemberInfo, _ collectionMapping As Action(Of ISetPropertiesMapper), _ mapping As Action(Of ICollectionElementRelation) _ ) |
Visual C++ |
---|
public: virtual void Set( MemberInfo^ property, Action<ISetPropertiesMapper^>^ collectionMapping, Action<ICollectionElementRelation^>^ mapping ) sealed |
Parameters
- property
- Type: System.Reflection..::..MemberInfo
[Missing <param name="property"/> documentation for "M:NHibernate.Mapping.ByCode.Impl.DynamicComponentMapper.Set(System.Reflection.MemberInfo,System.Action{NHibernate.Mapping.ByCode.ISetPropertiesMapper},System.Action{NHibernate.Mapping.ByCode.ICollectionElementRelation})"]
- collectionMapping
- Type: System..::..Action<(Of <(<'ISetPropertiesMapper>)>)>
[Missing <param name="collectionMapping"/> documentation for "M:NHibernate.Mapping.ByCode.Impl.DynamicComponentMapper.Set(System.Reflection.MemberInfo,System.Action{NHibernate.Mapping.ByCode.ISetPropertiesMapper},System.Action{NHibernate.Mapping.ByCode.ICollectionElementRelation})"]
- mapping
- Type: System..::..Action<(Of <(<'ICollectionElementRelation>)>)>
[Missing <param name="mapping"/> documentation for "M:NHibernate.Mapping.ByCode.Impl.DynamicComponentMapper.Set(System.Reflection.MemberInfo,System.Action{NHibernate.Mapping.ByCode.ISetPropertiesMapper},System.Action{NHibernate.Mapping.ByCode.ICollectionElementRelation})"]